From ee6931fb82c04aa94ceaab76e91925adcb493998 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 29 Apr 2025 08:40:12 +0200 Subject: tidy whitespace --- src/com.example.portfolio2/com/example/portfolio2/Window.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com.example.portfolio2/com/example/portfolio2/Window.java') 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 { -- cgit v1.2.3