Skip to content

Commit

Permalink
Update VerifyExceptionMessageBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 19, 2023
1 parent 6c26ac7 commit 1e424b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Verify/Verifier/VerifyExceptionMessageBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ static void AppendContent(string directory, IReadOnlyCollection<NewResult> @new,
_.Message is not null)
.ToList();

if (newContentFiles.Count == 0 && notEqualContentFiles.Count == 0)
if (newContentFiles.Count == 0 &&
notEqualContentFiles.Count == 0)
{
return;
}
Expand Down

0 comments on commit 1e424b2

Please sign in to comment.