Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Oct 25, 2024
1 parent cd9e21d commit 30d9e77
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public void validateDbConfig() {
var ret = res.getInt(1);
if (ret == 0) {
throw ValidatorUtils.invalidArgument(
String.format("MySQL database '%s' doesn't exist", dbName.trim()));
String.format(
"MySQL database '%s' doesn't exist", dbName.trim()));
}
}
}
Expand Down

0 comments on commit 30d9e77

Please sign in to comment.