From 6742add3b6950666242d5f53110be36902b394c9 Mon Sep 17 00:00:00 2001 From: technosf <535060+technosf@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:48:47 -0800 Subject: [PATCH] Update Window.vala Removing end line to simplify patch creation --- src/Widgets/Window.vala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Widgets/Window.vala b/src/Widgets/Window.vala index 5931fcc..cd84010 100644 --- a/src/Widgets/Window.vala +++ b/src/Widgets/Window.vala @@ -616,5 +616,4 @@ public class Tuner.Window : Gtk.ApplicationWindow { contentBox.show_alert(); } } - -} \ No newline at end of file +}