mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Refactor: Sort and remove usings.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user