Skip to content

Commit a54e997

Browse files
committed
src: remove space
1 parent 7f57c8d commit a54e997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quic/streams.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ namespace quic {
6969
V(ACKED_AT, acked_at) \
7070
/* Marks the timestamp when the stream was destroyed */ \
7171
V(DESTROYED_AT, destroyed_at) \
72-
/* Records the total number of bytes received by the stream */ \
72+
/* Records the total number of bytes received by the stream */ \
7373
V(BYTES_RECEIVED, bytes_received) \
7474
/* Records the total number of bytes sent by the stream */ \
7575
V(BYTES_SENT, bytes_sent) \

0 commit comments

Comments
 (0)