Skip to content

Commit

Permalink
chore: remove punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
0utplay committed Oct 13, 2024
1 parent 4f8852f commit b8115d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class DevCommand {
var levelName = input.readString();
var level = Level.toLevel(levelName, null);
if (level == null) {
throw new ArgumentNotAvailableException(String.format("The provided log level %s does not exist.", levelName));
throw new ArgumentNotAvailableException(String.format("The provided log level %s does not exist", levelName));
}

return level;
Expand Down

0 comments on commit b8115d4

Please sign in to comment.