diff --git a/src/main/java/projekt/enigma/App.java b/src/main/java/projekt/enigma/App.java
index 947567762422beac55d1dca2d5717505dd624388..7de8b47f4c270e3d64c53bf8845a024a83b7dc76 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;
 
 /**
@@ -64,4 +63,4 @@ public class App extends Application {
 		stage.show();
 	}
 
-}
\ No newline at end of file
+}