From 910155b0faed5ea670ff1c1a4827b3c9ead681ed Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 18 Jun 2019 18:55:38 +0200 Subject: [PATCH] reformat (IDEA-CR-48605) GitOrigin-RevId: 7a0bf1018ffae1acb8b00b266dc7454479b0cd05 --- .../openapi/roots/impl/PushedFilePropertiesUpdaterImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/lang-impl/src/com/intellij/openapi/roots/impl/PushedFilePropertiesUpdaterImpl.java b/platform/lang-impl/src/com/intellij/openapi/roots/impl/PushedFilePropertiesUpdaterImpl.java index 88d3ee1a9ec7..a290479c0394 100644 --- a/platform/lang-impl/src/com/intellij/openapi/roots/impl/PushedFilePropertiesUpdaterImpl.java +++ b/platform/lang-impl/src/com/intellij/openapi/roots/impl/PushedFilePropertiesUpdaterImpl.java @@ -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()) {