Skip to content

Commit f55f05a

Browse files
committed
quic: Fix lint
1 parent 0db11ea commit f55f05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quic/application.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class DefaultApplication final : public Session::Application {
425425
// The peer granted more flow control for this stream. Re-schedule
426426
// it so SendPendingData will resume writing.
427427
DCHECK_NOT_NULL(stream);
428-
stream->UpdateWriteDesiredSize(); // the stream might be blocked on js side
428+
stream->UpdateWriteDesiredSize(); // the stream might be blocked on js side
429429
stream->Schedule(&stream_queue_);
430430
}
431431

0 commit comments

Comments
 (0)