Skip to content

Commit a080e78

Browse files
author
ThisWillDoIt
committed
added another nameof usage
1 parent 76e836c commit a080e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlogEngine/BlogEngine.Core/Services/Syndication/SyndicationGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ protected set
168168
{
169169
if (value == null)
170170
{
171-
throw new ArgumentNullException("value");
171+
throw new ArgumentNullException(nameof(value));
172172
}
173173

174174
this.blogSettings = value;

0 commit comments

Comments
 (0)