clang-format

This commit is contained in:
mike@arpaia.co 2014-09-05 01:01:09 -07:00
parent 1f0655db34
commit cc3985b275

View File

@ -7,9 +7,7 @@ namespace example {
class ExampleTests : public testing::Test {};
TEST_F(ExampleTests, test_plugin) {
EXPECT_TRUE(1 == 1);
}
TEST_F(ExampleTests, test_plugin) { EXPECT_TRUE(1 == 1); }
}
}