Skip to content

Commit

Permalink
Merge c90a430 into 59e96d4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldkroon committed Jun 24, 2022
2 parents 59e96d4 + c90a430 commit 7d76289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/FluentAssertions/Formatting/DefaultValueFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void Format(object value, FormattedObjectGraph formattedGraph, Formatting
{
if (context.UseLineBreaks)
{
formattedGraph.AddLine(value.ToString());
formattedGraph.AddFragmentOnNewLine(value.ToString());
}
else
{
Expand Down

0 comments on commit 7d76289

Please sign in to comment.