Move folly/Hash.h to folly/hash/, leaving a shim
[folly.git] / folly / SafeAssert.h
index 73477a201c4812644e2ab54cde1d8a321838b1ca..182b158016caa564c01eee3160e6735f4fd9b79e 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.
@@ -46,4 +46,5 @@ namespace folly { namespace detail {
     const char* file,
     unsigned int line,
     const char* function);
-}}  // namespace folly
+} // namespace detail
+} // namespace folly