Skip to content

Commit

Permalink
Spotless..
Browse files Browse the repository at this point in the history
  • Loading branch information
Caedis committed Jun 7, 2023
1 parent 94f20f5 commit b5d062b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ public static int getRGBDurabilityForDisplay(double dur) {
return 0xFF0000;
} else if (durability
>= DuraDisplayConfig.Durability_ColorThresholds[DuraDisplayConfig.Durability_ColorThresholds.length
- 1]) {
return 0x55FF00;
} else {
return 0XFFD500;
}
- 1]) {
return 0x55FF00;
} else {
return 0XFFD500;
}
}
}

Expand Down

0 comments on commit b5d062b

Please sign in to comment.