Skip to content

Commit 4d9cc58

Browse files
authored
Updated indention from an earlier PR cleanup. (#1793)
1 parent b8cce48 commit 4d9cc58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/System.CommandLine.Rendering/TestTerminal.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ public virtual void ResetColor()
7878
RecordEvent(new ColorReset());
7979
}
8080

81-
public Region GetRegion() =>
82-
new(0,
83-
0,
84-
Width,
85-
Height);
81+
public Region GetRegion() => new(0, 0, Width, Height);
8682

8783
public void Clear()
8884
{

0 commit comments

Comments
 (0)