Skip to content

Commit 3376145

Browse files
committed
cleanup up whitespaces from the diff.
1 parent 0c39aef commit 3376145

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/node_url.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ void BindingData::Parse(const FunctionCallbackInfo<Value>& args) {
426426
}
427427

428428
void BindingData::Update(const FunctionCallbackInfo<Value>& args) {
429-
CHECK(args[0]->IsString()); // href
430-
CHECK(args[1]->IsNumber()); // action type
431-
CHECK(args[2]->IsString()); // new value
429+
CHECK(args[0]->IsString()); // href
430+
CHECK(args[1]->IsNumber()); // action type
431+
CHECK(args[2]->IsString()); // new value
432432

433433
Realm* realm = Realm::GetCurrent(args);
434434
BindingData* binding_data = realm->GetBindingData<BindingData>();

0 commit comments

Comments
 (0)