Skip to content

Commit 037b58f

Browse files
author
Bart Koelman
committed
Temporary code change to verify cleanupcode still fails in cibuild
1 parent 1a8b525 commit 037b58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/JsonApiDotNetCore/ArgumentGuard.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal static class ArgumentGuard
1212
{
1313
[AssertionMethod]
1414
public static void NotNull<T>([NoEnumeration] [SysNotNull] T? value, [InvokerParameterName] string name)
15-
where T : class
15+
where T : class
1616
{
1717
if (value is null)
1818
{

0 commit comments

Comments
 (0)