Skip to content

Commit 719e045

Browse files
committed
Prettier
1 parent 8b888dc commit 719e045

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/scheduler/src/forks/SchedulerPostTaskOnly.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -542,12 +542,12 @@ function postTask(callback) {
542542
}
543543

544544
function requestHostCallback(callback) {
545-
scheduledHostCallback = callback;
546-
if (!isTaskLoopRunning) {
547-
isTaskLoopRunning = true;
548-
postTask(performWorkUntilDeadline);
549-
}
550-
}
545+
scheduledHostCallback = callback;
546+
if (!isTaskLoopRunning) {
547+
isTaskLoopRunning = true;
548+
postTask(performWorkUntilDeadline);
549+
}
550+
}
551551

552552
function requestHostTimeout(callback, ms) {
553553
taskTimeoutID = setTimeout(() => {

0 commit comments

Comments
 (0)