Skip to content

Commit bbe686f

Browse files
authored
style consistency changes
1 parent f1fef5d commit bbe686f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AssistantComputerControl/SettingsForm.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ private void checkUpdates_CheckedChanged(object sender, EventArgs e) {
108108
}
109109

110110
private void actionErrorMessageBox_CheckedChanged(object sender, EventArgs e) {
111-
if (Properties.Settings.Default.ActionMessageBox != actionErrorMessageBox.Checked)
112-
{
111+
if (Properties.Settings.Default.ActionMessageBox != actionErrorMessageBox.Checked) {
113112
Properties.Settings.Default.ActionMessageBox = actionErrorMessageBox.Checked;
114113
Properties.Settings.Default.Save();
115114
}
@@ -227,4 +226,4 @@ private void changelogOpen_Click(object sender, EventArgs e) {
227226

228227

229228
}
230-
}
229+
}

0 commit comments

Comments
 (0)