Skip to content

Commit 5090416

Browse files
committed
linter
1 parent 7242ff5 commit 5090416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/core/exec_aten/util/test/scalar_type_util_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ using exec_aten::ScalarType;
2121
TEST(ScalarTypeUtilTest, ToString) {
2222
// Some known types.
2323
EXPECT_STREQ(torch::executor::toString(ScalarType::Int), "Int");
24-
EXPECT_STREQ(torch::executor::toString(ScalarType::ComplexHalf), "ComplexHalf");
24+
EXPECT_STREQ(
25+
torch::executor::toString(ScalarType::ComplexHalf), "ComplexHalf");
2526

2627
// Undefined, which is sort of a special case since it's not part of the
2728
// iteration macros but is still a part of the enum.

0 commit comments

Comments
 (0)