Add unit test for timeout=0
[folly.git] / folly / futures / Future.cpp
index c4f19a760b34d695c54a706fcd5bff8bc9db83d4..49e4c02c3ad358f04e6d10cbc320a66fca4c68cd 100644 (file)
@@ -35,7 +35,8 @@ template class Future<std::string>;
 template class Future<double>;
 } // namespace folly
 
-namespace folly { namespace futures {
+namespace folly {
+namespace futures {
 
 Future<Unit> sleep(Duration dur, Timekeeper* tk) {
   std::shared_ptr<Timekeeper> tks;