Polish "Remove unnecessary semicolon"
See gh-24628
This commit is contained in:
@@ -5,7 +5,7 @@ package com.example
|
||||
class RestTests {
|
||||
|
||||
@Autowired
|
||||
TestRestTemplate testRestTemplate;
|
||||
TestRestTemplate testRestTemplate
|
||||
|
||||
@Test
|
||||
void testHome() {
|
||||
|
||||
Reference in New Issue
Block a user