Skip to content

Commit

Permalink
Update RACHandler.java
Browse files Browse the repository at this point in the history
Fix formatting on switch/case
  • Loading branch information
Sleet01 authored Nov 4, 2023
1 parent 51bffe7 commit 6986af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/common/weapons/RACHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected void useAmmo() {
setDone();
checkAmmo();

switch (weapon.curMode().toString()){
switch (weapon.curMode().toString()) {
case Weapon.MODE_RAC_SIX_SHOT: howManyShots = 6;
break;
case Weapon.MODE_RAC_FIVE_SHOT: howManyShots = 5;
Expand Down

0 comments on commit 6986af6

Please sign in to comment.