Skip to content

Commit 02d101a

Browse files
committed
fix formatting
1 parent a6ddaf9 commit 02d101a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public void OpenSettingDialog()
106106
SettingWindow sw = SingletonWindowOpener.Open<SettingWindow>(this, _settingsVM);
107107
});
108108
}
109+
109110
public void ShellRun(string cmd)
110111
{
111112
var startInfo = ShellCommand.SetProcessStartInfo("cmd.exe", arguments: $"/C {cmd}", createNoWindow: true);

0 commit comments

Comments
 (0)