Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Nov 27, 2023
1 parent 7efef90 commit 5c57fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientLauncher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private void LoadOptions()

private void SaveCurrentOptions()
{
var settings = new LauncherSettings()
var settings = new LauncherSettings
{
Hosts = this._hostsBindingList.ToList(),
MainExePath = this.MainExePathTextBox.Text,
Expand Down

0 comments on commit 5c57fb4

Please sign in to comment.