mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Convert functions and properties to expression bodies when able (#7312)
Convert functions and properties to expression bodies when able
This commit is contained in:
@@ -39,9 +39,6 @@ namespace Jackett.Common.Services
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Write(LogEventInfo logEvent)
|
||||
{
|
||||
AddLog(logEvent);
|
||||
}
|
||||
protected override void Write(LogEventInfo logEvent) => AddLog(logEvent);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user