Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Oct 24, 2020
1 parent 1ab1149 commit 2bb326a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunCat/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public RunCatApplicationContext()
{
RadioCheck = true
}
}); ;
});

startupMenu = new MenuItem("Startup", SetStartup)
{
Expand Down

0 comments on commit 2bb326a

Please sign in to comment.