Remove multi-poster support from Baton
[folly.git] / folly / stop_watch.h
index 994af110ad7f43e47d73c82d5df6a28e3bfd7dab..5bac22a2e373a2e9e462f0267d81cf4ed72a9e7f 100644 (file)
@@ -321,4 +321,4 @@ using coarse_stop_watch = custom_stop_watch<monotonic_coarse_clock, Duration>;
  */
 template <typename Duration = monotonic_clock::duration>
 using stop_watch = custom_stop_watch<monotonic_clock, Duration>;
-}
+} // namespace folly