Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Fixup DebuggerDisplay for PageActionDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed May 31, 2018
1 parent 57be52e commit f0c552e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ public override string DisplayName
}
}

private string DebuggerDisplayString() => $"{{ViewEnginePath = {nameof(ViewEnginePath)}, RelativePath = {nameof(RelativePath)}}}";
private string DebuggerDisplayString => $"{{ViewEnginePath = {nameof(ViewEnginePath)}, RelativePath = {nameof(RelativePath)}}}";
}
}

0 comments on commit f0c552e

Please sign in to comment.