Skip to content

Commit

Permalink
Merge 8cbee2b into d2a7dc0
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK committed Jun 11, 2024
2 parents d2a7dc0 + 8cbee2b commit cde385a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Src/FluentAssertions/Execution/FailReason.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Diagnostics.CodeAnalysis;

namespace FluentAssertions.Execution;

/// <summary>
Expand Down Expand Up @@ -29,7 +27,7 @@ public class FailReason
/// <remarks>
/// <inheritdoc cref="FailReason"/>
/// </remarks>
public FailReason([StringSyntax("CompositeFormat")] string message, params object[] args)
public FailReason(string message, params object[] args)
{
Message = message;
Args = args;
Expand Down

0 comments on commit cde385a

Please sign in to comment.