Skip to content

Commit a71a3f7

Browse files
committed
stream: fix clang-format on node_webstreams.cc
1 parent fdba3bb commit a71a3f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/node_webstreams.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ void GetArrayBufferView(const FunctionCallbackInfo<Value>& args) {
4141
Number::New(isolate, static_cast<double>(view->ByteOffset())),
4242
Number::New(isolate, static_cast<double>(view->ByteLength())),
4343
};
44-
args.GetReturnValue().Set(Object::New(
45-
isolate, Null(isolate), names, values, arraysize(names)));
44+
args.GetReturnValue().Set(
45+
Object::New(isolate, Null(isolate), names, values, arraysize(names)));
4646
}
4747

4848
// Returns true iff bytes can be safely copied between the buffers given the

0 commit comments

Comments
 (0)