mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
fix formatting
This commit is contained in:
parent
995f28e9e2
commit
ab8fece887
1 changed files with 1 additions and 2 deletions
|
@ -50,9 +50,8 @@ public class PetClinicIntegrationTests {
|
|||
vets.findAll(); // served from cache
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
void testDemo(){
|
||||
void testDemo() {
|
||||
assertEquals(1, 2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue