Skip to content

Commit f73391d

Browse files
committed
format
1 parent 1c9c88e commit f73391d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/test/pipeline/common/set_utils_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ TEST_F(SetUtilsTest, TestSetDataVariantsInitFixedKeys) {
9696
case HashKeyType::fixed72:
9797
ASSERT_TRUE(std::holds_alternative<SetFixedKeyHashTableContext<vectorized::UInt72>>(
9898
variants.method_variant));
99-
break;
99+
break;
100100
case HashKeyType::fixed128:
101101
ASSERT_TRUE(std::holds_alternative<SetFixedKeyHashTableContext<vectorized::UInt128>>(
102102
variants.method_variant));

0 commit comments

Comments
 (0)