Skip to content

Commit

Permalink
Fix lint-cpp errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pthier authored and victorgomes committed Aug 11, 2022
1 parent 680f678 commit 6dcbec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_os.cc
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static void GetPriority(const FunctionCallbackInfo<Value>& args) {

args.GetReturnValue().Set(priority);
}
#endif // !__Fuchsia__
#endif // !__Fuchsia__

void Initialize(Local<Object> target,
Local<Value> unused,
Expand Down

0 comments on commit 6dcbec9

Please sign in to comment.