Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mirol-h committed May 7, 2019
1 parent d050732 commit fe8eb02
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ public class IgnoredAttribute : DbInjectionExtendedPropertiesAttribute
{
return new Dictionary<string, string>
{
{ BusinessLayer.Attributes.ExtendedProperties.IgnoredAttribute.ExtendedPropertyName, "true"}
{ BusinessLayer.Attributes.ExtendedProperties.IgnoredAttribute.ExtendedPropertyName, "true" }
};
}
}
Expand Down

0 comments on commit fe8eb02

Please sign in to comment.