Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mlw committed Nov 29, 2023
1 parent 3415e52 commit 9f5ce82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/common/SantaCacheTest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ - (void)testCompareAndSwap {
uint64_t first_val;
uint64_t second_val;

auto operator<=>(const S&rhs) const = default;
auto operator<=>(const S &rhs) const = default;
};
template <>
uint64_t SantaCacheHasher<S>(S const &s) {
Expand Down

0 comments on commit 9f5ce82

Please sign in to comment.