mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
chore: compatibility with clang-format 20 to 21 (#7499)
This commit is contained in:
@@ -641,10 +641,10 @@ TEST_F(VariantTest, visitStringExposesStringView)
|
||||
called = true;
|
||||
EXPECT_EQ(Text, sv);
|
||||
},
|
||||
[](auto&&)
|
||||
{
|
||||
FAIL();
|
||||
} });
|
||||
// clang-format off: TODO: remove when we bump to clang-format >= 21
|
||||
[](auto&&) { FAIL(); } }
|
||||
);
|
||||
// clang-format on
|
||||
|
||||
EXPECT_TRUE(called);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user