Polish formatting
This commit is contained in:
@@ -52,4 +52,5 @@ public class ConfigFileApplicationContextInitializerTests {
|
||||
public static class Config {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* Tests for {@link WebAppConfiguration} using {@link SpringApplicationContextLoader} with
|
||||
* a plain mock Servlet environment.
|
||||
*
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
|
||||
@@ -50,4 +50,5 @@ public class ConfigFileApplicationContextInitializerTests {
|
||||
public static class Config {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -78,6 +78,7 @@ public class MockBeanWithAsyncInterfaceMethodIntegrationTests {
|
||||
public MyService myService(Transformer transformer) {
|
||||
return new MyService(transformer);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -201,4 +201,5 @@ public class TestRestTemplateTests {
|
||||
.isEqualTo(password);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user