Skip to content

Commit 0906fc0

Browse files
committed
whitespace
1 parent 3f3cae9 commit 0906fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testStatsdClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void testSendRecv(uint64_t batchSize, uint64_t sendInterval) {
7070
// is there a race condition where the client sending before the server binds would drop that clients message
7171

7272
for (int i = 0; i < 3; ++i) {
73-
// Increment "coco"
73+
// Increment "coco"
7474
client.increment("coco");
7575
throwOnError(client);
7676
expected.emplace_back("sendRecv.coco:1|c");

0 commit comments

Comments
 (0)