Skip to content

Commit

Permalink
"Deleting spaced cd."
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalixone committed Sep 15, 2023
1 parent 82b04d9 commit 85203c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/core/basesyntax/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ public static void main(String[] args) {
printMethodsInLoop(machines);
}

public static void printMethodsInLoop (Machine[] machines) {
for (Machine machine : machines){
public static void printMethodsInLoop(Machine[] machines) {
for (Machine machine : machines) {
machine.doWork();
machine.stopWork();
}
Expand Down

0 comments on commit 85203c1

Please sign in to comment.