Skip to content

Commit 3616598

Browse files
author
Shoaib Shakeel
committed
no-commit-message
1 parent f9139b8 commit 3616598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Castle.Core/DynamicProxy/Internal/AttributeUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private static bool ShouldSkipAttributeReplication(Type attribute, bool ignoreIn
185185
{
186186
return false;
187187
}
188-
188+
189189
if (!ignoreInheritance)
190190
{
191191
var attrs = attribute.GetCustomAttributes<AttributeUsageAttribute>(true).ToArray();

0 commit comments

Comments
 (0)