Skip to content

Commit

Permalink
format rate_limiter using clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenRi committed Oct 31, 2023
1 parent 9f7750f commit befdf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ylt/coro_io/rate_limiter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ class SmoothBurstyRateLimiter : public AbstractSmoothRateLimiter {
*/
double max_burst_seconds_ = 0;
};
} // namespace coro_io%
} // namespace coro_io

0 comments on commit befdf30

Please sign in to comment.