Skip to content

Commit 5d18567

Browse files
authored
Fix indent
1 parent fb7d18a commit 5d18567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/using-the-debuggerdisplay-attribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ public sealed class MyClass
7575
public int count { get; set; }
7676
public bool flag { get; set; }
7777
private string DebuggerDisplay
78-
{
78+
{
7979
get
8080
{
81-
return string.Format("Object {0}", count - 2);
81+
return string.Format("Object {0}", count - 2);
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)