Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Co-authored-by: My-Name-Is-Jeff <[email protected]>
Signed-off-by: Sychic <[email protected]>
  • Loading branch information
Sychic and My-Name-Is-Jeff committed Oct 14, 2023
1 parent dc0a839 commit 750ca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/gg/skytils/skytilsmod/core/GuiManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object GuiManager : PersistentSave(File(Skytils.modDir, "guipositions.json")) {
val index = (0 until maxToasts).firstOrNull { it !in takenSlots }
if (index != null) {
gui.addChild(toast)
toast.constraints.y = (index*32).pixels
toast.constraints.y = (index * 32).pixels
takenSlots.add(index)
toast.animateBeforeHide {
takenSlots.remove(index)
Expand Down

0 comments on commit 750ca7b

Please sign in to comment.