Skip to content

Commit dd0db8b

Browse files
committed
Remove excess blank line
- didn't cause issues in earlier (servicing) branches
1 parent ced81d0 commit dd0db8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mvc/Mvc.Abstractions/test/ModelBinding/ModelStateDictionaryTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,6 @@ public void GetModelStateForProperty_ReturnsModelStateForIndexedChildren()
15991599
Assert.Equal("value1", property.RawValue);
16001600
}
16011601

1602-
16031602
[Fact]
16041603
public void GetFieldValidationState_ReturnsUnvalidated_IfTreeHeightIsGreaterThanLimit()
16051604
{

0 commit comments

Comments
 (0)