Skip to content

Commit e6b9f4f

Browse files
committed
quic: Fix lint
1 parent cae3972 commit e6b9f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataqueue/queue.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class DataQueueImpl final : public DataQueue,
6565
// added, the size can be cleared if any of the entries are not capable of
6666
// providing a size.
6767
DataQueueImpl(Environment* env, std::optional<uint64_t> cap = std::nullopt)
68-
: idempotent_(false),
68+
: idempotent_(false),
6969
size_(0),
7070
capped_size_(cap),
7171
notifier_(nullptr),

0 commit comments

Comments
 (0)