Polish formatting

This commit is contained in:
Phillip Webb
2017-03-06 15:02:56 -08:00
parent 91a7bf92e6
commit 2a592103f0
102 changed files with 449 additions and 435 deletions

View File

@@ -40,10 +40,7 @@ public class SampleWebFluxApplicationIntegrationTests {
@Test
public void testWelcome() throws Exception {
this.webClient
.get().uri("/")
.accept(MediaType.TEXT_PLAIN)
.exchange()
this.webClient.get().uri("/").accept(MediaType.TEXT_PLAIN).exchange()
.expectBody(String.class).value().isEqualTo("Hello World");
}

View File

@@ -37,5 +37,4 @@ public class SampleWebFluxApplicationTests {
}
}