Skip to content

Commit

Permalink
src: extra-semi warning in node_platform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Feb 27, 2019
1 parent c2b180f commit 90e38fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class PerIsolatePlatformData :
void PostIdleTask(std::unique_ptr<v8::IdleTask> task) override;
void PostDelayedTask(std::unique_ptr<v8::Task> task,
double delay_in_seconds) override;
bool IdleTasksEnabled() override { return false; };
bool IdleTasksEnabled() override { return false; }

void Shutdown();

Expand Down

0 comments on commit 90e38fe

Please sign in to comment.