Skip to content

Commit

Permalink
Remove empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodmosaic committed May 21, 2017
1 parent c1fc919 commit 131dcc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Fare.IntegrationTests/AutomatonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public void StringMatchesBothRegexAutomaton(string pattern1, string pattern2, st
Assert.True(intersection.Run(matchingString));
}


[Theory]
[InlineData(".*", "ab", "ac")]
[InlineData("cab.*", "a.*", "abc")]
Expand Down

0 comments on commit 131dcc7

Please sign in to comment.