mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
reformat (IDEA-CR-48605)
GitOrigin-RevId: 7a0bf1018ffae1acb8b00b266dc7454479b0cd05
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1163ef365d
commit
910155b0fa
+2
-1
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user