From 7e9a6268915a69dd5a1e2d831e3ed5f8fa917066 Mon Sep 17 00:00:00 2001 From: DB P Date: Fri, 20 Feb 2026 17:40:27 +0900 Subject: [PATCH] style: fix indentation and tab spacing --- Plugins/Flow.Launcher.Plugin.Sys/Main.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs index 72b02052d..3ec09a17b 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs @@ -232,11 +232,11 @@ namespace Flow.Launcher.Plugin.Sys Action = c => { MessageBoxResult result = _settings.SkipPowerActionConfirmation - ? MessageBoxResult.Yes - : Context.API.ShowMsgBox( - Localize.flowlauncher_plugin_sys_dlgtext_restart_computer(), - Localize.flowlauncher_plugin_sys_restart_computer(), - MessageBoxButton.YesNo, MessageBoxImage.Warning); + ? MessageBoxResult.Yes + : Context.API.ShowMsgBox( + Localize.flowlauncher_plugin_sys_dlgtext_restart_computer(), + Localize.flowlauncher_plugin_sys_restart_computer(), + MessageBoxButton.YesNo, MessageBoxImage.Warning); if (result == MessageBoxResult.Yes) {