mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
removed redundant qualifiers.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace NzbDrone.Common.Instrumentation
|
||||
}
|
||||
|
||||
|
||||
protected override void Write(NLog.LogEventInfo logEvent)
|
||||
protected override void Write(LogEventInfo logEvent)
|
||||
{
|
||||
var dictionary = new Dictionary<string, object>();
|
||||
|
||||
|
Reference in New Issue
Block a user