From 3c13235365806e8b23dd03a96436d948fc12acbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86therSurfer?= Date: Sat, 20 Jul 2013 19:34:18 -0400 Subject: [PATCH] fix indent --- .../massivecraft/factions/event/FactionsEventChunkChange.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/massivecraft/factions/event/FactionsEventChunkChange.java b/src/com/massivecraft/factions/event/FactionsEventChunkChange.java index 97c53f26..6361d3d9 100644 --- a/src/com/massivecraft/factions/event/FactionsEventChunkChange.java +++ b/src/com/massivecraft/factions/event/FactionsEventChunkChange.java @@ -25,7 +25,7 @@ public class FactionsEventChunkChange extends FactionsEventAbstractSender private final PS chunk; public PS getChunk() { return this.chunk; } - private final Faction currentFaction; + private final Faction currentFaction; private final Faction newFaction; public Faction getNewFaction() { return this.newFaction; } @@ -37,7 +37,7 @@ public class FactionsEventChunkChange extends FactionsEventAbstractSender { super(sender); this.chunk = chunk.getChunk(true); - this.currentFaction = BoardColls.get().getFactionAt(chunk); + this.currentFaction = BoardColls.get().getFactionAt(chunk); this.newFaction = newFaction; }