Move folly/Hash.h to folly/hash/, leaving a shim
[folly.git] / folly / FormatTraits.h
index 54175da495a0bccda76ee173ccf0cace83cf7925..4b80112e5dce59e3f3da0dedee11b777e20a45e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 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