Revise API to load cert/key in SSLContext.
[folly.git] / folly / ExceptionWrapper-inl.h
index 7a965525aee302cc0f1f154174bbb41de4a0198a..790b24ca09bd39d95cc916c507b7b4a00c936df0 100644 (file)
@@ -335,7 +335,7 @@ Ex&& dont_slice(Ex&& ex) {
         "be sliced when storing in exception_wrapper.");
   return std::forward<Ex>(ex);
 }
-}
+} // namespace exception_wrapper_detail
 
 template <
     class Ex,