Skip to content

Commit

Permalink
Remove Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
daawaan4U committed Apr 23, 2024
1 parent 1502e57 commit 8c54dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/project/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
System.out.println("Hello World!")

SwingUtilities.invokeLater(() -> {
FlatMacDarkLaf.setup();
Expand Down

0 comments on commit 8c54dad

Please sign in to comment.