Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
ihorromaniuk committed Oct 20, 2024
1 parent 4bbd43e commit 52b018b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/core/basesyntax/Machine.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package core.basesyntax;

public abstract class Machine {

public abstract void doWork();

public abstract void stopWork();
Expand Down

0 comments on commit 52b018b

Please sign in to comment.