refactor: Tidying

This commit is contained in:
Chris Cameron
2018-07-12 22:09:14 -04:00
parent bfbbcff7e7
commit 4494192bdf
2 changed files with 7 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
using System;
using ICD.Common.Utils.EventArguments;
namespace ICD.Common.Utils.Services.Scheduler
{
@@ -17,4 +16,4 @@ namespace ICD.Common.Utils.Services.Scheduler
void Run();
}
}
}