From 55679c0bc87fddd9fca62f48453bc40f1b2a6ae7 Mon Sep 17 00:00:00 2001 From: Corniel Nobel Date: Sat, 16 Nov 2024 16:42:58 +0100 Subject: [PATCH] formatting --- shared/Guard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/Guard.cs b/shared/Guard.cs index ac8cab1..4749044 100644 --- a/shared/Guard.cs +++ b/shared/Guard.cs @@ -198,7 +198,7 @@ public static Guid NotEmpty(Guid parameter, [CallerArgumentExpression(nameof(par => parameter == Guid.Empty ? throw new ArgumentException(Messages.ArgumentException_GuidEmpty, paramName) : parameter; - + /// Throws an ArgumentException if the parameter is not positive, otherwise the parameter is passed. /// The parameter to guard. /// The name of the parameter.