Baton::ready, a const variant of try_wait
[folly.git] / folly / experimental / StringKeyedCommon.h
index e29d2c1bacedf1ffca18833e6ecc4ed981dcc9fa..ae15dd3d91ec0c64dac76e4c01647b70d63ef47c 100644 (file)
@@ -19,6 +19,7 @@
 #pragma once
 
 #include <memory>
+
 #include <folly/Range.h>
 
 namespace folly {
@@ -41,4 +42,4 @@ void stringPieceDel(StringPiece piece, const Alloc& alloc) {
     .deallocate(const_cast<char*>(piece.data()), piece.size());
 }
 
-} // folly
+} // namespace folly