lint: Clang format

This commit is contained in:
Tyler Wilding
2020-10-09 13:24:55 -04:00
parent 83f2751795
commit b99b63af65
15 changed files with 80 additions and 68 deletions
-1
View File
@@ -51,4 +51,3 @@ TEST(CompilerAndRuntime, AllowInline) {
EXPECT_EQ(got_mult, 1);
EXPECT_EQ(got_call, 1);
}