spotless apply

This commit is contained in:
baizhang
2025-02-18 17:22:39 +08:00
parent 9e06177fb0
commit bd7e322e24

View File

@@ -83,7 +83,7 @@ public class DatabaseController {
@RequestMapping("/getDbNames")
public List<String> getDbNames(@RequestParam("id") Long databaseId,
@RequestParam(value = "catalog", required = false) String catalog) throws SQLException {
@RequestParam(value = "catalog", required = false) String catalog) throws SQLException {
return databaseService.getDbNames(databaseId, catalog);
}