Skip to content

Commit ef7edf5

Browse files
committed
Update SysTrayIcon.cs
Fixed curly brace in function declaration idk i usually use that same style
1 parent 15fd587 commit ef7edf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AssistantComputerControl/SysTrayIcon.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ private void TrayExit(object sender, EventArgs e) {
4848
private void TrayOpenHelp(object sender, EventArgs e) {
4949
Process.Start("https://assistantcomputercontrol.com/#get-in-touch");
5050
}
51-
private void TrayShowSettings(object sender, EventArgs e)
52-
{
51+
private void TrayShowSettings(object sender, EventArgs e) {
5352
MainProgram.ShowSettings();
5453
}
5554

0 commit comments

Comments
 (0)