clear whitespaces, no code changes

This commit is contained in:
Jeremy Wu 2020-11-30 07:31:38 +11:00
parent 5a9c631577
commit ac6dea1322
2 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,6 @@ using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows;
using Flow.Launcher;
using Flow.Launcher.Core.Plugin;
using Flow.Launcher.Infrastructure;
using Flow.Launcher.Infrastructure.Logger;

View file

@ -100,8 +100,6 @@ namespace Flow.Launcher
}
};
InitializePosition();
}
@ -201,7 +199,6 @@ namespace Flow.Launcher
}
}
private void OnDrop(object sender, DragEventArgs e)
{
if (e.Data.GetDataPresent(DataFormats.FileDrop))
@ -316,7 +313,5 @@ namespace Flow.Launcher
_viewModel.QueryTextCursorMovedToEnd = false;
}
}
}
}