mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +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);
|
||||
max.setId(1);
|
||||
return george;
|
||||
};
|
||||
}
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
|
|
Loading…
Reference in a new issue