Skip to content

Commit

Permalink
Fix line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Pierre-doray committed Aug 28, 2024
1 parent 9832f50 commit dd5ac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_platform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ bool NodePlatform::IdleTasksEnabled(Isolate* isolate) {

std::shared_ptr<v8::TaskRunner>
NodePlatform::GetForegroundTaskRunner(
Isolate* isolate,
Isolate* isolate,
v8::TaskPriority priority) {
return ForIsolate(isolate)->GetForegroundTaskRunner();
}
Expand Down

0 comments on commit dd5ac58

Please sign in to comment.