Refactor: Sort and remove usings.

This commit is contained in:
2017-05-19 18:16:16 +01:00
parent c8ef7538e6
commit 0b23650ad0
13 changed files with 52 additions and 32 deletions

View File

@@ -932,10 +932,11 @@ namespace osrepodbmgr.Core
try
{
File.Delete(file);
}
#pragma warning disable RECS0022 // A catch clause that catches System.Exception and has an empty body
catch
#pragma warning restore RECS0022 // A catch clause that catches System.Exception and has an empty body
}
#pragma warning disable RECS0022 // A catch clause that catches System.Exception and has an empty body
catch
#pragma warning restore RECS0022 // A catch clause that catches System.Exception and has an empty body
{
// Do not crash
}