Skip to content

Commit 861088c

Browse files
committed
style: clang-format
Signed-off-by: Krishna Pandey <[email protected]>
1 parent 744cc71 commit 861088c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/test/src/__support/FPUtil/comparison_operations_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class ComparisonOperationsTest : public LIBC_NAMESPACE::testing::FEnvSafeTest {
3434
static constexpr T neg_large = T(-10000.0);
3535

3636
public:
37-
3837
void test_equals() {
3938
EXPECT_TRUE(equals(neg_zero, neg_zero));
4039
EXPECT_TRUE(equals(zero, neg_zero));

0 commit comments

Comments
 (0)