Use "auto" with GENERATOR instead of std::function
[folly.git] / folly / Random-inl.h
index f2f3b4ba9397b462fa6267f71ddb66e1a0db6b23..39fbd8e41a6b7b6d730f0d2068d27aaeefa3ab8b 100644 (file)
@@ -67,7 +67,7 @@ struct SeedData {
   std::array<uint32_t, stateSize> seedData;
 };
 
-}  // namespace detail
+} // namespace detail
 
 template <class RNG, class /* EnableIf */>
 void Random::seed(RNG& rng) {
@@ -83,4 +83,4 @@ auto Random::create() -> RNG {
   return RNG(s);
 }
 
-}  // namespaces
+} // namespace folly