Skip to content

Commit 672df04

Browse files
committed
Whitespace fixes
1 parent f357fa4 commit 672df04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DesignState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class DesignState
2424
public DesignState(Design design)
2525
{
2626
this.Design = design;
27-
this.Design.View.DrawComplete += this.DrawContentComplete;
27+
this.Design.View.DrawComplete += this.DrawContentComplete;
2828
this.Design.View.HasFocusChanged += this.Enter;
2929
}
3030

src/UI/Editor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ private void BuildRootMenu()
819819
Height = 4,
820820
};
821821
rootCommandsListView.SetScheme(new Scheme
822-
{
822+
{
823823
Normal = new Attribute(new Color(Color.White), new Color(Color.Black)),
824824
Focus = new Attribute(new Color(Color.Black), new Color(Color.White)),
825825
HotNormal = new Attribute(new Color(Color.White), new Color(Color.Black)),

0 commit comments

Comments
 (0)