Consistently have the namespace closing comment
[folly.git] / folly / experimental / bser / Dump.cpp
index 58a2da1dc0d8caaafeef71eca4ec89d86aae131e..26133cdee1f33c6356af4f79b7bcc854afb14194 100644 (file)
@@ -247,8 +247,8 @@ fbstring toBser(dynamic const& dyn, const serialization_opts& opts) {
   auto buf = toBserIOBuf(dyn, opts);
   return buf->moveToFbString();
 }
-}
-}
+} // namespace bser
+} // namespace folly
 
 /* vim:ts=2:sw=2:et:
  */