Skip to content

Commit

Permalink
Merge pull request #477 from adamralph/patch-1
Browse files Browse the repository at this point in the history
add missing blank line
  • Loading branch information
josephwoodward committed Jan 20, 2018
2 parents 517e1c0 + ef20488 commit c1fcfac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public static void ShouldBeGreaterThan<T>(this T actual, T expected, IComparer<T
{
actual.AssertAwesomely(v => Is.GreaterThan(actual, expected, comparer), actual, expected, customMessage);
}

public static void ShouldBeGreaterThan<T>(this T actual, T expected, string customMessage) where T : IComparable<T>
{
ShouldBeGreaterThan(actual, expected, () => customMessage);
Expand Down

0 comments on commit c1fcfac

Please sign in to comment.