fix formatting

This commit is contained in:
Tommaso Gionfriddo 2024-05-19 00:52:34 +10:00
parent 995f28e9e2
commit ab8fece887

View file

@ -50,9 +50,8 @@ public class PetClinicIntegrationTests {
vets.findAll(); // served from cache
}
@Test
void testDemo(){
void testDemo() {
assertEquals(1, 2);
}