improve formatting
This commit is contained in:
@@ -33,7 +33,11 @@ public class DaemonService
|
||||
|
||||
if (File.Exists(socketPath))
|
||||
{
|
||||
try { File.Delete(socketPath); } catch { }
|
||||
try { File.Delete(socketPath); }
|
||||
catch
|
||||
{
|
||||
// ignored
|
||||
}
|
||||
}
|
||||
|
||||
var configManager = new ConfigManager();
|
||||
|
||||
Reference in New Issue
Block a user