mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
clang-format
This commit is contained in:
parent
1f0655db34
commit
cc3985b275
@ -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); }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user