Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 5e1cca8

Browse files
nornagonnitsakh
authored andcommitted
fix: extra-semi warning
1 parent 5c2ce97 commit 5e1cca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class PerIsolatePlatformData :
6262
void PostIdleTask(std::unique_ptr<v8::IdleTask> task) override;
6363
void PostDelayedTask(std::unique_ptr<v8::Task> task,
6464
double delay_in_seconds) override;
65-
bool IdleTasksEnabled() override { return false; };
65+
bool IdleTasksEnabled() override { return false; }
6666

6767
void Shutdown();
6868

0 commit comments

Comments
 (0)