Skip to content

Commit eee79fe

Browse files
committed
quic: Format-cpp
1 parent 6649700 commit eee79fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_blob.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ void Blob::Reader::Pull(const FunctionCallbackInfo<Value>& args) {
401401
}
402402
};
403403
status = impl->reader->inner_->Pull(
404-
std::move(snext), node::bob::OPTIONS_SYNC, nullptr, 0);
404+
std::move(snext), node::bob::OPTIONS_SYNC, nullptr, 0);
405405
}
406406
}
407407
// otherwise we commit and call

0 commit comments

Comments
 (0)