Skip to content

Commit

Permalink
revert accidental change in zset
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Jan 15, 2025
1 parent 5152a88 commit cf67c2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/zset_family.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class ZSetFamily {
using MScoreResponse = std::vector<std::optional<double>>;

struct Bound {
Bound() = default;
double val = 0;
double val;
bool is_open = false;
};

Expand Down

0 comments on commit cf67c2e

Please sign in to comment.