1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

removed redundant qualifiers.

This commit is contained in:
kay.one
2013-07-23 22:35:32 -07:00
parent 50f66cbcca
commit e89a35522e
35 changed files with 128 additions and 106 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace Marr.Data.Mapping
{
get
{
return this.Find(m => m.Member.Name == fieldName);
return Find(m => m.Member.Name == fieldName);
}
}
}