Skip to content

Commit 5161bbe

Browse files
committed
Remove unused comments & blank line
1 parent c83a29f commit 5161bbe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Plugins/Flow.Launcher.Plugin.Calculator/Views/CalculatorSettings.xaml.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
using System.Windows.Controls;
1+
using System.Windows.Controls;
22
using Flow.Launcher.Plugin.Calculator.ViewModels;
33

44
namespace Flow.Launcher.Plugin.Calculator.Views
55
{
6-
/// <summary>
7-
/// Interaction logic for CalculatorSettings.xaml
8-
/// </summary>
96
public partial class CalculatorSettings : UserControl
107
{
118
private readonly SettingsViewModel _viewModel;
@@ -19,5 +16,4 @@ public CalculatorSettings(SettingsViewModel viewModel)
1916
InitializeComponent();
2017
}
2118
}
22-
2319
}

0 commit comments

Comments
 (0)