diff --git a/src/main/java/projekt/enigma/App.java b/src/main/java/projekt/enigma/App.java
index e79cc92af33f37660507d02f94e7f6fe348f770f..72a9b8a5bb3b6636a3e15044ac516f19eae64eb5 100644
--- a/src/main/java/projekt/enigma/App.java
+++ b/src/main/java/projekt/enigma/App.java
@@ -6,7 +6,6 @@ import javafx.fxml.FXMLLoader;
 import javafx.scene.Parent;
 import javafx.scene.Scene;
 import javafx.stage.Stage;
-
 import java.io.IOException;
 
 /**
@@ -65,4 +64,4 @@ public class App extends Application {
 		stage.show();
 	}
 
-}
\ No newline at end of file
+}