mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Upgrade to spring-javaformat 0.0.15
Closes gh-949
This commit is contained in:
@@ -67,7 +67,7 @@ class ClientApplicationTests {
|
||||
static class Config {
|
||||
|
||||
@Bean
|
||||
public RestTemplate restTemplate(RestTemplateBuilder builder) {
|
||||
RestTemplate restTemplate(RestTemplateBuilder builder) {
|
||||
return builder.build();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user