Fix formatting following formatter update

This commit is contained in:
Madhura Bhave
2019-04-02 15:55:34 -07:00
parent ddc52502f5
commit eff2f92c48
36 changed files with 92 additions and 65 deletions

View File

@@ -38,8 +38,8 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Dave Syer
*/
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, properties = {
"management.server.port:0" })
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT,
properties = { "management.server.port:0" })
public class SampleActuatorUiApplicationPortTests {
@LocalServerPort