Skip to content

Commit

Permalink
fixup! pacify linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jul 2, 2022
1 parent 6b85106 commit e936355
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/node_config.cc
Expand Up @@ -75,9 +75,7 @@ static void Initialize(Local<Object> target,
READONLY_FALSE_PROPERTY(target, "noBrowserGlobals");
#endif // NODE_NO_BROWSER_GLOBALS

READONLY_PROPERTY(target,
"bits",
Number::New(isolate, 8 * sizeof(intptr_t)));
READONLY_PROPERTY(target, "bits", Number::New(isolate, 8 * sizeof(intptr_t)));
} // InitConfig

} // namespace node
Expand Down

0 comments on commit e936355

Please sign in to comment.