fix a multiline comment warning
[folly.git] / folly / test / AtomicBitSetTest.cpp
index effe16a0131dc2b83194b9213019ac6efd3d01c6..beb600e7e990f7011e6d9184b1863572c2bee75b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2013-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.
@@ -53,7 +53,8 @@ TEST(AtomicBitSet, Simple) {
   }
 }
 
-}}  // namespaces
+} // namespace test
+} // namespace folly
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);