Skip to content

Commit aa75aa6

Browse files
committed
Fix Formatting
1 parent 1af8101 commit aa75aa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public void ClockDisplay()
381381
{
382382
DateBox.Visibility = Visibility.Collapsed;
383383
}
384-
384+
}
385385

386386
private void OnExternalPluginUninstallClick(object sender, MouseButtonEventArgs e)
387387
{
@@ -394,5 +394,6 @@ private void OnExternalPluginUninstallClick(object sender, MouseButtonEventArgs
394394
API.ShowMainWindow();
395395
}
396396
}
397+
397398
}
398399
}

0 commit comments

Comments
 (0)