Skip to content

Commit 7e9a626

Browse files
committed
style: fix indentation and tab spacing
1 parent cecd90e commit 7e9a626

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • Plugins/Flow.Launcher.Plugin.Sys

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@ private List<Result> Commands(Query query)
232232
Action = c =>
233233
{
234234
MessageBoxResult result = _settings.SkipPowerActionConfirmation
235-
? MessageBoxResult.Yes
236-
: Context.API.ShowMsgBox(
237-
Localize.flowlauncher_plugin_sys_dlgtext_restart_computer(),
238-
Localize.flowlauncher_plugin_sys_restart_computer(),
239-
MessageBoxButton.YesNo, MessageBoxImage.Warning);
235+
? MessageBoxResult.Yes
236+
: Context.API.ShowMsgBox(
237+
Localize.flowlauncher_plugin_sys_dlgtext_restart_computer(),
238+
Localize.flowlauncher_plugin_sys_restart_computer(),
239+
MessageBoxButton.YesNo, MessageBoxImage.Warning);
240240

241241
if (result == MessageBoxResult.Yes)
242242
{

0 commit comments

Comments
 (0)