From 9ade6218f3691c5f2164205b2b58542cb5b21fc5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 11 Nov 2014 22:47:26 +0000 Subject: [PATCH] put brace on same line - cleaner code --- Saviour Backup System/notificationIcon.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Saviour Backup System/notificationIcon.cs b/Saviour Backup System/notificationIcon.cs index 4689167..b7d27fb 100644 --- a/Saviour Backup System/notificationIcon.cs +++ b/Saviour Backup System/notificationIcon.cs @@ -21,8 +21,7 @@ namespace Saviour_Backup_System notifyIcon.Visible = true; //finally displays the tray icon } - private void populateList() - { + private void populateList() { contextMenu.MenuItems.Add("Show Interface", displayWindow); contextMenu.MenuItems.Add("Copy Progress", showProgress); contextMenu.MenuItems.Add("Exit", closeProgram);