aboutsummaryrefslogtreecommitdiff
path: root/src/com.example.portfolio2
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-29 08:40:12 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-29 08:40:12 +0200
commitee6931fb82c04aa94ceaab76e91925adcb493998 (patch)
treeb8431ce4485c6e941f3e5ab38d1b78d487530246 /src/com.example.portfolio2
parent56362295799741bec6ffe5c7713dbc2f1ee86dd7 (diff)
tidy whitespace
Diffstat (limited to 'src/com.example.portfolio2')
-rw-r--r--src/com.example.portfolio2/com/example/portfolio2/Window.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.example.portfolio2/com/example/portfolio2/Window.java b/src/com.example.portfolio2/com/example/portfolio2/Window.java
index 6977d6b..9f35e59 100644
--- a/src/com.example.portfolio2/com/example/portfolio2/Window.java
+++ b/src/com.example.portfolio2/com/example/portfolio2/Window.java
@@ -46,7 +46,7 @@ public final class Window extends Application {
private Database store = new Database();
/// Application controller
- private Controller con = new Controller(store,this);
+ private Controller con = new Controller(store, this);
@Override
public void start(final Stage stage) throws IOException {