mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
removed redundant qualifiers.
This commit is contained in:
parent
50f66cbcca
commit
e89a35522e
35 changed files with 128 additions and 106 deletions
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue