2023-11 spring-02-arch empty line fix

This commit is contained in:
stvort
2024-02-07 23:11:11 +04:00
parent 7072087038
commit f48d75562d
@@ -21,7 +21,6 @@ public class ApplicationRunner {
ioService = new ConsoleIOService();
executionFlag = new AtomicBoolean(true);
commandsProcessor = new MenuCommandsProcessor();
}
public void run() {