Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Mar 31, 2024
1 parent 7df8c3b commit 0bface4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ public void textLine(MCPlayer p, String line) {
Static.SendMessage(p, MCChatColor.RED + ex.getMessage());
}
}
} break;
}
break;
}
}

Expand Down

0 comments on commit 0bface4

Please sign in to comment.