Skip to content

Commit 5043692

Browse files
committed
Formatting cleanup
1 parent 14b9957 commit 5043692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/Types/MpLengthSlot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static bool CanAssign(Type clrType)
2828
{
2929
var p = clrType.GetProperty("Count");
3030
return p != null;
31-
}
31+
}
3232

3333
return false;
3434
}

0 commit comments

Comments
 (0)