Skip to content

Commit 11a9cfd

Browse files
medhatiwariCopilot
andauthored
Update src/mono/mono/metadata/custom-attrs.c
Co-authored-by: Copilot <[email protected]>
1 parent b4c09df commit 11a9cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/metadata/custom-attrs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ should_filter_attribute_for_reflection (MonoMethod *ctor)
18491849
}
18501850
}
18511851

1852-
return FALSE;
1852+
return FALSE;
18531853
}
18541854

18551855
static MonoArrayHandle

0 commit comments

Comments
 (0)