Skip to content

Commit

Permalink
Issue GDSC-PKNU-Official#6 chore: reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswjdchl committed Sep 20, 2022
1 parent 13675bf commit 9a67220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/gdscpknu/gdscpknu/GdscpknuApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
@SpringBootApplication
public class GdscpknuApplication {

public static void main(String[] args) {
SpringApplication.run(GdscpknuApplication.class, args);
}
public static void main(String[] args) {
SpringApplication.run(GdscpknuApplication.class, args);
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void getRowByEmail() {
}

@Test
void getPlainTexts(){
void getPlainTexts() {
//given
String name = "가나다";
String role = "Core";
Expand Down

0 comments on commit 9a67220

Please sign in to comment.