Remove unused comments & blank line

This commit is contained in:
Jack251970 2025-07-23 09:33:14 +08:00
parent c83a29fb18
commit 5161bbe660

View file

@ -1,11 +1,8 @@
using System.Windows.Controls;
using System.Windows.Controls;
using Flow.Launcher.Plugin.Calculator.ViewModels;
namespace Flow.Launcher.Plugin.Calculator.Views
{
/// <summary>
/// Interaction logic for CalculatorSettings.xaml
/// </summary>
public partial class CalculatorSettings : UserControl
{
private readonly SettingsViewModel _viewModel;
@ -19,5 +16,4 @@ namespace Flow.Launcher.Plugin.Calculator.Views
InitializeComponent();
}
}
}