Skip to content

Commit c57abbe

Browse files
committed
Fix code style warning
fixes 389f813
1 parent 2677acf commit c57abbe

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/BizHawk.Client.EmuHawk/config/DisplayConfig.cs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,16 @@ public DisplayConfig(Config config, IDialogController dialogController, IGL gl)
9797
new LabelEx { Text = "When no rom loaded, draw \"snow\" (white noise):" },
9898
new SingleRowFLP { Controls = { rbSnowAlways, rbSnowNever } },
9999
rbSnowForChristmas,
100-
new SingleRowFLP { Controls =
100+
new SingleRowFLP
101101
{
102-
new LabelEx { Text = "Brightness multiplier:" },
103-
nudSnowIntensity,
104-
new LabelEx { Text = "RNG bias:" },
105-
nudSnowBias,
106-
} },
102+
Controls =
103+
{
104+
new LabelEx { Text = "Brightness multiplier:" },
105+
nudSnowIntensity,
106+
new LabelEx { Text = "RNG bias:" },
107+
nudSnowBias,
108+
},
109+
},
107110
new SingleRowFLP { Controls = { lblFramerate, tbSnowFramerate } },
108111
},
109112
Location = new(5, 15),

0 commit comments

Comments
 (0)