Fix ASAN failure in FutureDAG test
[folly.git] / folly / gen / Base-inl.h
index 6e39e03f3ae539d4559b4ca672879c3f5a94a702..8869517ef9b5f4c8d80e1ab2a0169c1268e7d6f2 100644 (file)
@@ -2332,7 +2332,7 @@ const T& operator|(const Optional<T>& opt, const Unwrap&) {
   return opt.value();
 }
 
-} //::detail
+} // namespace detail
 
 /**
  * VirtualGen<T> - For wrapping template types in simple polymorphic wrapper.