Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 23, 2022
1 parent dd1da17 commit 475be7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ inline void dtype_test(
REQUIRE(s.getAttribute("vecShort").dtype == Datatype::VEC_SHORT);
REQUIRE(s.getAttribute("vecInt").dtype == Datatype::VEC_INT);
REQUIRE(s.getAttribute("vecLong").dtype == Datatype::VEC_LONG);
if(test_long_long)
if (test_long_long)
{
REQUIRE(s.getAttribute("vecLongLong").dtype == Datatype::VEC_LONGLONG);
}
Expand Down

0 comments on commit 475be7b

Please sign in to comment.