google 代码格式化

This commit is contained in:
2023-09-20 14:53:51 +08:00
parent 22758fcbf5
commit 6952eb16d8

View File

@@ -30,8 +30,6 @@ public class EnterpriseController {
@PostMapping("/update")
public EnterpriseDto update(@RequestBody UpdateEnterpriseDto request) {
return this.service.update(request)
;
}