Astyle formatting code [ci skip]

This commit is contained in:
orbitcowboy 2020-10-01 08:33:16 +02:00
parent 4bf827e44d
commit da6f10e369
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ TEST(ASSERT, ASSERT)
// Avoid syntax error: https://sourceforge.net/p/cppcheck/discussion/general/thread/6ccc7283e2/
TEST(test_cppcheck, cppcheck)
{
TestStruct<int> it;
ASSERT_THROW(it.operator->(), std::out_of_range);
TestStruct<int> it;
ASSERT_THROW(it.operator->(), std::out_of_range);
}