Skip to content

Commit 5f68066

Browse files
Fix indent
1 parent b7f92eb commit 5f68066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ private void OnExternalPluginUpdateClick(object sender, RoutedEventArgs e)
305305
}
306306

307307
private void window_MouseDown(object sender, MouseButtonEventArgs e) /* for close hotkey popup */
308-
{
309-
if (Keyboard.FocusedElement is not TextBox textBox)
308+
{
309+
if (Keyboard.FocusedElement is not TextBox textBox)
310310
{
311311
return;
312312
}

0 commit comments

Comments
 (0)