mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Remove unnecessary semicolon in OwnerControllerTests
This commit is contained in:
parent
516722647a
commit
4362df972a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class OwnerControllerTests {
|
||||||
george.addPet(max);
|
george.addPet(max);
|
||||||
max.setId(1);
|
max.setId(1);
|
||||||
return george;
|
return george;
|
||||||
};
|
}
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void setup() {
|
void setup() {
|
||||||
|
|
Loading…
Reference in a new issue