mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cosmetic: dotnet format c# code (#12832)
This commit is contained in:
@@ -150,7 +150,7 @@ namespace Jackett.Common.Services
|
||||
if (!File.Exists(fullPath))
|
||||
{
|
||||
logger.Debug("Config file does not exist: " + fullPath);
|
||||
return default(T);
|
||||
return default;
|
||||
}
|
||||
|
||||
return serializeService.DeSerialise<T>(File.ReadAllText(fullPath));
|
||||
|
Reference in New Issue
Block a user