Skip to content

Commit 475be7b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dd1da17 commit 475be7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SerialIOTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ inline void dtype_test(
14521452
REQUIRE(s.getAttribute("vecShort").dtype == Datatype::VEC_SHORT);
14531453
REQUIRE(s.getAttribute("vecInt").dtype == Datatype::VEC_INT);
14541454
REQUIRE(s.getAttribute("vecLong").dtype == Datatype::VEC_LONG);
1455-
if(test_long_long)
1455+
if (test_long_long)
14561456
{
14571457
REQUIRE(s.getAttribute("vecLongLong").dtype == Datatype::VEC_LONGLONG);
14581458
}

0 commit comments

Comments
 (0)