From 9f5ce820ac9cf59b7625e2129e9c8392e51b22d4 Mon Sep 17 00:00:00 2001 From: Matt White <436037+mlw@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:25:20 -0500 Subject: [PATCH] lint --- Source/common/SantaCacheTest.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/common/SantaCacheTest.mm b/Source/common/SantaCacheTest.mm index 259389859..7f4ac44c6 100644 --- a/Source/common/SantaCacheTest.mm +++ b/Source/common/SantaCacheTest.mm @@ -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 const &s) {