Adds writer test case for RCU
[folly.git] / folly / FormatTraits.h
index 54175da495a0bccda76ee173ccf0cace83cf7925..4937f6c99d1c8c0b97d24a5b8fe546f7ff75f97f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2015-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.
@@ -60,4 +60,5 @@ struct IndexableTraitsAssoc : public FormatTraitsBase {
   }
 };
 
-}}  // namespaces
+} // namespace detail
+} // namespace folly