diff --git a/src/test/java/de/tlc4b/util/TLC4BTester.java b/src/test/java/de/tlc4b/util/TLC4BTester.java
index acf6c516c7990d40234a0e0b0247a3899d92b7a0..f685baa9d2d638f13a6411f199192e1d890e843a 100644
--- a/src/test/java/de/tlc4b/util/TLC4BTester.java
+++ b/src/test/java/de/tlc4b/util/TLC4BTester.java
@@ -4,11 +4,8 @@ package de.tlc4b.util;
 import de.tlc4b.TLC4B;
 
 public class TLC4BTester {
-	
-		public static void main(String[] args) throws Exception {
-			System.setProperty("apple.awt.UIElement", "true"); // avoiding pop up windows
-			TLC4B.test(args,true);
-		}
-
-
+	public static void main(String[] args) throws Exception {
+		System.setProperty("apple.awt.UIElement", "true"); // avoiding pop up windows
+		TLC4B.test(args,true);
+	}
 }