removed redundant qualifiers.

This commit is contained in:
kay.one 2013-07-23 22:35:32 -07:00
commit e89a35522e
35 changed files with 128 additions and 106 deletions

View file

@ -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>();