Skip to content

Commit 8caf51e

Browse files
committed
fixup! dns: refactor cares_wrap internals
1 parent 6abc4b3 commit 8caf51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cares_wrap.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ void StrError(const FunctionCallbackInfo<Value>& args) {
16481648
args.GetReturnValue().Set(OneByteString(env->isolate(), errmsg));
16491649
}
16501650

1651-
} // namespace
1651+
} // namespace
16521652

16531653
void Initialize(Local<Object> target,
16541654
Local<Value> unused,

0 commit comments

Comments
 (0)