Skip to content

Commit

Permalink
Use spaceship everywhere. (eBay#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored and hkadayam committed Sep 28, 2023
1 parent e3dd476 commit 1cbd010
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/include/homeobject/shard_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ struct ShardInfo {

auto operator<=>(ShardInfo const& rhs) const { return id <=> rhs.id; }
auto operator==(ShardInfo const& rhs) const { return id == rhs.id; }
std::optional< peer_id_t > current_leader{std::nullopt};
};

using InfoList = std::list< ShardInfo >;
Expand Down

0 comments on commit 1cbd010

Please sign in to comment.