Skip to content

Commit 2bb326a

Browse files
committed
remove unnecessary semicolon
1 parent 1ab1149 commit 2bb326a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RunCat/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public RunCatApplicationContext()
7070
{
7171
RadioCheck = true
7272
}
73-
}); ;
73+
});
7474

7575
startupMenu = new MenuItem("Startup", SetStartup)
7676
{

0 commit comments

Comments
 (0)