aboutsummaryrefslogtreecommitdiff
path: root/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs3
1 files changed, 1 insertions, 2 deletions
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();
}
-
}