From 17fdf7ffc4703b9abd41b172d63199d37b1c6bd0 Mon Sep 17 00:00:00 2001 From: pandaadir05 Date: Thu, 20 Nov 2025 14:26:51 +0200 Subject: [PATCH] Add missing newline at end of file --- ghost-tui/src/events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost-tui/src/events.rs b/ghost-tui/src/events.rs index 08a595d..9fa33eb 100644 --- a/ghost-tui/src/events.rs +++ b/ghost-tui/src/events.rs @@ -38,4 +38,4 @@ impl Default for EventHandler { fn default() -> Self { Self::new() } -} \ No newline at end of file +}