From 02b904a78d6301439056478c3fffc3ce3582c525 Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Sun, 17 Feb 2013 13:10:34 +0100 Subject: [PATCH] Removed some whitespace. --- src/de/craftinc/gates/BaseGate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/craftinc/gates/BaseGate.java b/src/de/craftinc/gates/BaseGate.java index 03b28ce..271ef01 100644 --- a/src/de/craftinc/gates/BaseGate.java +++ b/src/de/craftinc/gates/BaseGate.java @@ -190,6 +190,6 @@ public abstract class BaseGate throw new Exception("Gate got closed. The frame is missing or broken."); } } - } + } } }