Skip to content

Commit

Permalink
Apply Google Java Style Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiser-Yang authored and github-actions[bot] committed Jul 15, 2024
1 parent 34f42ce commit e8bdb1b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/StyleTest.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// You should remove this file once the test have been passed


public class StyleTest {
public static void main(String[] args) {
if (true)
System.out.println("Hello, google java style format!");

if (true) System.out.println("Hello, google java style format!");

System.out.println("Hello, google java style format!");
}
}

0 comments on commit e8bdb1b

Please sign in to comment.