Apply clang-format to folly/stats/
[folly.git] / folly / stats / MultiLevelTimeSeries.h
index 10e41e59870e3608bf196cb6058123e486c47f2e..d862bb6bd641297cd0b96cc9d9e5b2944192bc64 100644 (file)
@@ -89,7 +89,9 @@ class MultiLevelTimeSeries {
   /*
    * Return the number of levels tracked by MultiLevelTimeSeries.
    */
-  size_t numLevels() const { return levels_.size(); }
+  size_t numLevels() const {
+    return levels_.size();
+  }
 
   /*
    * Get the BucketedTimeSeries backing the specified level.