Skip to content

Commit

Permalink
whitespace corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven.Darby authored and Steven.Darby committed Nov 6, 2022
1 parent 8303739 commit 6bc8917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,5 +453,4 @@ public class DeDupeFilter3
public DeDupeFilter1 DeDupeFilter1 { get; set; }
}


#endregion
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ LEFT JOIN (
ORDER BY "d"."Id", "t"."Id"
""");
}

private void AssertSql(params string[] expected)
=> Fixture.TestSqlLoggerFactory.AssertBaseline(expected);

Expand Down

0 comments on commit 6bc8917

Please sign in to comment.