Skip to content

Commit

Permalink
Minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Jun 11, 2024
1 parent 6ced063 commit 76f2cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_type_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,8 @@ namespace
}

//*************************************************************************
TEST(test_type_identity) {
TEST(test_type_identity)
{
CHECK_CLOSE(type_identity_test_add(1.5f, 2), 3.5f, 0.01f);
}
}

0 comments on commit 76f2cfb

Please sign in to comment.