From 2ca5774c6b2f965553825ddb10088b206d2bf75a Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Sat, 25 Jan 2025 19:14:51 +0530 Subject: chore: minor bug fix --- Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Program.cs') diff --git a/Program.cs b/Program.cs index ef19467..31fe70e 100644 --- a/Program.cs +++ b/Program.cs @@ -1,10 +1,9 @@ using hyprwatch.Logger; -class Program +class Program { static void Main(string[] args) { WatchLog.LogCreation(); } - } -- cgit v1.1