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 22, 2024
1 parent 6048e42 commit 6626596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/main/java/edu/cmipt/gcs/GcsApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ public class GcsApplication {
public static void main(String[] args) {
SpringApplication.run(GcsApplication.class, args);
}

}
4 changes: 1 addition & 3 deletions src/test/java/edu/cmipt/gcs/GcsApplicationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
class GcsApplicationTests {

@Test
void contextLoads() {
}

void contextLoads() {}
}

0 comments on commit 6626596

Please sign in to comment.