Skip to content

Commit be6df0d

Browse files
committed
fix: Incorrect usage of this
1 parent eac0144 commit be6df0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetEvolve.Arguments/Argument_ThrowIfNullOrEmpty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static partial class Argument
1616
[StackTraceHidden]
1717
[MethodImpl(MethodImplOptions.AggressiveInlining)]
1818
public static void ThrowIfNullOrEmpty(
19-
[NotNull] this string? argument,
19+
[NotNull] string? argument,
2020
[CallerArgumentExpression(nameof(argument))] string? paramName = null
2121
)
2222
{

0 commit comments

Comments
 (0)