Skip to content

Commit

Permalink
Fix stylecop nag.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Jun 8, 2016
1 parent d45ecb0 commit b0b8b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gu.State/Internals/Errors/ErrorBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ internal static TypeErrorsBuilder VerifyRecursive(
Type type,
MemberSettings settings,
MemberPath memberPath,
Func<MemberSettings, MemberPath, TypeErrors> getPropertyErrors)
Func<MemberSettings, MemberPath, TypeErrors> getPropertyErrors)
{
if (settings.ReferenceHandling == ReferenceHandling.References)
{
Expand Down

0 comments on commit b0b8b7c

Please sign in to comment.