Skip to content

Commit

Permalink
RAT-369: Fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Apr 25, 2024
1 parent 706732f commit ab5a127
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ public void log(Level level, String msg) {
case ERROR:
write(Project.MSG_ERR, msg);
break;
case OFF:
default:
break;
case OFF:
default:
break;
}
}

Expand Down

0 comments on commit ab5a127

Please sign in to comment.