logging: fix unused variable warning in non-debug builds
[folly.git] / folly / test / SingletonThreadLocalTest.cpp
index 4703dde525bed100eea5a8fd21862d3132a03bc3..8397bb88e2c0f0cb7b31ca437e6fcee23a528dde 100644 (file)
@@ -37,7 +37,7 @@ struct Foo {
 };
 using FooSingletonTL = SingletonThreadLocal<Foo>;
 FooSingletonTL theFooSingleton;
-}
+} // namespace
 
 TEST(SingletonThreadLocalTest, OneSingletonPerThread) {
   static constexpr std::size_t targetThreadCount{64};