Skip to content

Commit 647b67e

Browse files
changed AppApplication.java and AppApplicationTests.java
1 parent 243cf4d commit 647b67e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/main/java/hexlet/code/AppApplication.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
@SpringBootApplication
77
public class AppApplication {
88

9-
public static void main(String[] args) {
10-
SpringApplication.run(AppApplication.class, args);
11-
}
9+
public static void main(String[] args) {
10+
SpringApplication.run(AppApplication.class, args);
11+
}
1212

1313
}

src/test/java/hexlet/code/AppApplicationTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
@SpringBootTest
77
class AppApplicationTests {
88

9-
@Test
10-
void contextLoads() {
11-
}
9+
@Test
10+
void contextLoads() {
11+
}
1212

1313
}

0 commit comments

Comments
 (0)