Skip to content

Commit da6f10e

Browse files
committed
Astyle formatting code [ci skip]
1 parent 4bf827e commit da6f10e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cfg/googletest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TEST(ASSERT, ASSERT)
4040
// Avoid syntax error: https://sourceforge.net/p/cppcheck/discussion/general/thread/6ccc7283e2/
4141
TEST(test_cppcheck, cppcheck)
4242
{
43-
TestStruct<int> it;
44-
ASSERT_THROW(it.operator->(), std::out_of_range);
43+
TestStruct<int> it;
44+
ASSERT_THROW(it.operator->(), std::out_of_range);
4545
}
4646

0 commit comments

Comments
 (0)