cmake: build as many source files as possible
[folly.git] / folly / test / UtilityTest.cpp
index 34ba8692c9604ed431e7586ae19aaf0a94f550c2..d27f4675392e995a4af5868c1038e73ccd8cab8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 namespace {
 
 class UtilityTest : public testing::Test {};
-}
+} // namespace
 
 TEST_F(UtilityTest, copy) {
   struct MyData {};