Added space indents

This commit is contained in:
anuradha 2021-10-05 09:19:36 +05:30
parent eae33a7730
commit 79963c7cf0
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class MavenGenerateWarApplicationTests {
@Test
void contextLoads() {
}
@Test
void contextLoads() {
}
}