Formatting

This commit is contained in:
Gennadiy Civil 2018-08-22 13:32:25 -04:00 committed by GitHub
parent 8cb6f62ec9
commit 2f68e6b0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
// Copyright 2006, Google Inc.
// Copyright 2018, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
@ -40,11 +40,9 @@
#include "gtest/gtest.h"
TEST(FooTest, Test1) {
}
TEST(FooTest, Test1) {}
TEST(FooTest, Test2) {
}
TEST(FooTest, Test2) {}
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);