Consistently have the namespace closing comment
[folly.git] / folly / test / RangeTest.cpp
index e80bb6eae70beddcbc0cc704f022d610e084d97f..db8b60e386fb2196516f02962feebdffb576e787 100644 (file)
@@ -1197,7 +1197,7 @@ bool operator==(MutableStringPiece mp, StringPiece sp) {
 bool operator==(StringPiece sp, MutableStringPiece mp) {
   return mp.compare(sp) == 0;
 }
-}
+} // namespace folly
 
 TEST(ReplaceAt, exhaustiveTest) {
   char input[] = "this is nice and long input";