From 28ea3369661a2ca3ccbad1773236cee84e6b4c8b Mon Sep 17 00:00:00 2001 From: Leonwang4234 <62972692+Leonwang4234@users.noreply.github.com> Date: Mon, 5 Oct 2020 11:57:19 -0700 Subject: [PATCH] whitespace --- core/src/mindustry/content/UnitTypes.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index c676c3fefd..05de2c3637 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -1192,9 +1192,9 @@ public class UnitTypes implements ContentList{ frontColor = Color.white; healPercent = 5.5f; - collidesTeam = true; - backColor = Pal.heal; - frontColor = Color.white; + collidesTeam = true; + backColor = Pal.heal; + frontColor = Color.white; backColor = Pal.heal; trailColor = Pal.heal; }};