Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit cbfd6ba

Browse files
committed
Fix indentation
Change-type: patch
1 parent 312a64e commit cbfd6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/async.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static NAN_METHOD(callback_wrapper) {
6767

6868
v8::Local<v8::Function> make_callback(void (*fn)(NAN_METHOD_ARGS_TYPE, void *), void *args) {
6969
auto context = GetCurrentContext();
70-
auto data = New<v8::Object>();
70+
auto data = New<v8::Object>();
7171
data->Set(0, New<v8::External>(fn));
7272
data->Set(1, New<v8::External>(args));
7373

0 commit comments

Comments
 (0)