Skip to content

Commit 93309f0

Browse files
committed
quic: format-cpp
1 parent 4564773 commit 93309f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/node_blob.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ void Blob::Reader::Pull(const FunctionCallbackInfo<Value>& args) {
363363
impl->env = env;
364364

365365
auto next = [impl](int status,
366-
const DataQueue::Vec* vecs,
367-
size_t count,
368-
bob::Done doneCb) mutable {
366+
const DataQueue::Vec* vecs,
367+
size_t count,
368+
bob::Done doneCb) mutable {
369369
Environment* env = impl->env;
370370
HandleScope handleScope(env->isolate());
371371
Local<Function> fn = impl->callback.Get(env->isolate());

0 commit comments

Comments
 (0)