Upgrade to spring-javaformat 0.0.15

Closes gh-949
This commit is contained in:
Stephane Nicoll
2019-07-10 14:57:35 +02:00
parent 6af13f6dde
commit 449b22403a
23 changed files with 85 additions and 85 deletions

View File

@@ -67,7 +67,7 @@ class ClientApplicationTests {
static class Config {
@Bean
public RestTemplate restTemplate(RestTemplateBuilder builder) {
RestTemplate restTemplate(RestTemplateBuilder builder) {
return builder.build();
}