Skip to content

Commit 40c0722

Browse files
committed
Remove extra blank line
1 parent f329715 commit 40c0722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/Collections/src/AdvancedCollectionView/SortDescription.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public SortDescription(string propertyName, SortDirection direction, IComparer?
5656
Comparer = comparer ?? ObjectComparer.Instance;
5757
}
5858

59-
6059
[UnconditionalSuppressMessage("Trimming", "IL2070:'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The parameter of method does not have matching annotations.",
6160
Justification = "The path which does reflection is only triggered if the user uses the constructor with RequiresUnreferencedCode, which will inform them of the risk.")]
6261
internal virtual PropertyInfo? GetProperty(Type type)

0 commit comments

Comments
 (0)