Skip to content

Commit 3f3cae9

Browse files
committed
whitespace
1 parent 9fde229 commit 3f3cae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp-statsd-client/StatsdClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class StatsdClient {
9696
const uint64_t batchsize = 0,
9797
const uint64_t sendInterval = 1000,
9898
const int gaugePrecision = 4,
99-
FrequencyFunc frequencyFunc =
99+
FrequencyFunc frequencyFunc =
100100
std::bind(detail::rand, std::random_device()())) noexcept;
101101

102102
StatsdClient(const StatsdClient&) = delete;

0 commit comments

Comments
 (0)