Upgrade to spring-javaformat 0.0.11
This commit is contained in:
@@ -44,8 +44,7 @@ public class SampleController {
|
||||
@GetMapping("/")
|
||||
@ResponseBody
|
||||
public Map<String, String> hello() {
|
||||
return Collections.singletonMap("message",
|
||||
this.helloWorldService.getHelloMessage());
|
||||
return Collections.singletonMap("message", this.helloWorldService.getHelloMessage());
|
||||
}
|
||||
|
||||
@PostMapping("/")
|
||||
|
||||
Reference in New Issue
Block a user