Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Mar 19, 2024
1 parent 6f11cbf commit fe1ecd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public AndConstraint<WireMockAssertions> WithBodyAsBytes(ExactObjectMatcher matc
};
}

private static string? FormatBodies(IEnumerable<object?> bodies)
private static string FormatBodies(IEnumerable<object?> bodies)
{
return string.Join(", ", bodies.Select(FormatBody));
}
Expand Down

0 comments on commit fe1ecd2

Please sign in to comment.