Skip to content

Commit b033bf4

Browse files
committed
lib,src: format-cpp
1 parent 32f9384 commit b033bf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node_serdes.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ Maybe<bool> SerializerContext::IsHostObject(Isolate* isolate,
162162

163163
bool is_domexception = false;
164164
if (!object
165-
->InstanceOf(env()->context(),
166-
domexception_ctor_val.As<Function>())
165+
->InstanceOf(env()->context(), domexception_ctor_val.As<Function>())
167166
.To(&is_domexception)) {
168167
return Nothing<bool>();
169168
}

0 commit comments

Comments
 (0)