Skip to content

Commit e936355

Browse files
committed
fixup! pacify linter
1 parent 6b85106 commit e936355

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/node_config.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ static void Initialize(Local<Object> target,
7575
READONLY_FALSE_PROPERTY(target, "noBrowserGlobals");
7676
#endif // NODE_NO_BROWSER_GLOBALS
7777

78-
READONLY_PROPERTY(target,
79-
"bits",
80-
Number::New(isolate, 8 * sizeof(intptr_t)));
78+
READONLY_PROPERTY(target, "bits", Number::New(isolate, 8 * sizeof(intptr_t)));
8179
} // InitConfig
8280

8381
} // namespace node

0 commit comments

Comments
 (0)