Skip to content

Commit 09aade9

Browse files
committed
apply lintrunner -a
1 parent 058a616 commit 09aade9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: onnxruntime/test/mlas/unittest/test_transpose.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ class MlasTransposeTest : public MlasTestBase {
4242
}
4343

4444
static const std::string GetTypeString() {
45-
if(std::is_same<ElementType, float>::value) return std::string("FP32");
46-
if(std::is_same<ElementType, uint32_t>::value) return std::string("U32");
47-
if(std::is_same<ElementType, uint16_t>::value) return std::string("U16");
48-
if(std::is_same<ElementType, uint8_t>::value) return std::string("U8");
45+
if (std::is_same<ElementType, float>::value) return std::string("FP32");
46+
if (std::is_same<ElementType, uint32_t>::value) return std::string("U32");
47+
if (std::is_same<ElementType, uint16_t>::value) return std::string("U16");
48+
if (std::is_same<ElementType, uint8_t>::value) return std::string("U8");
4949
return std::string("unknown");
5050
}
5151

0 commit comments

Comments
 (0)