reformat (IDEA-CR-48605)

GitOrigin-RevId: 7a0bf1018ffae1acb8b00b266dc7454479b0cd05
This commit is contained in:
peter
2019-07-02 06:52:16 +03:00
committed by intellij-monorepo-bot
parent 1163ef365d
commit 910155b0fa
@@ -97,7 +97,8 @@ public final class PushedFilePropertiesUpdaterImpl extends PushedFilePropertiesU
// push synchronously to avoid entering dumb mode in the middle of a meaningful write action
// when only a few files are created/moved
syncTasks.forEach(Runnable::run);
} else {
}
else {
delayedTasks.addAll(syncTasks);
}
if (!delayedTasks.isEmpty()) {