Skip to content

Commit ac6dea1

Browse files
committed
clear whitespaces, no code changes
1 parent 5a9c631 commit ac6dea1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Flow.Launcher.Core/Resource/Internationalization.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Linq;
55
using System.Reflection;
66
using System.Windows;
7-
using Flow.Launcher;
87
using Flow.Launcher.Core.Plugin;
98
using Flow.Launcher.Infrastructure;
109
using Flow.Launcher.Infrastructure.Logger;

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ private void OnLoaded(object sender, RoutedEventArgs _)
100100
}
101101
};
102102

103-
104-
105103
InitializePosition();
106104
}
107105

@@ -201,7 +199,6 @@ private void OnPreviewMouseButtonDown(object sender, MouseButtonEventArgs e)
201199
}
202200
}
203201

204-
205202
private void OnDrop(object sender, DragEventArgs e)
206203
{
207204
if (e.Data.GetDataPresent(DataFormats.FileDrop))
@@ -316,7 +313,5 @@ private void OnTextChanged(object sender, TextChangedEventArgs e)
316313
_viewModel.QueryTextCursorMovedToEnd = false;
317314
}
318315
}
319-
320-
321316
}
322317
}

0 commit comments

Comments
 (0)