Skip to content

Commit bd1d437

Browse files
committed
fixed naming
1 parent f67ad8e commit bd1d437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <gtest/gtest.h>
22

3-
int main(int argc, char** argv) {
3+
int main(int argc, char** argv)
4+
{
45
testing::InitGoogleTest(&argc, argv);
56

67
return RUN_ALL_TESTS();

0 commit comments

Comments
 (0)