Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Nov 16, 2024
1 parent 0c620bf commit 55679c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/Guard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public static Guid NotEmpty(Guid parameter, [CallerArgumentExpression(nameof(par
=> parameter == Guid.Empty
? throw new ArgumentException(Messages.ArgumentException_GuidEmpty, paramName)
: parameter;

/// <summary>Throws an ArgumentException if the parameter is not positive, otherwise the parameter is passed.</summary>
/// <param name="parameter">The parameter to guard.</param>
/// <param name="paramName">The name of the parameter.</param>
Expand Down

0 comments on commit 55679c0

Please sign in to comment.