mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +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
|
vets.findAll(); // served from cache
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testDemo(){
|
void testDemo() {
|
||||||
assertEquals(1, 2);
|
assertEquals(1, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue