whitepsace clean up

This commit is contained in:
Sean Kaim
2019-01-10 14:17:06 -05:00
parent 3713f98f7b
commit f3ad6e66e8
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ namespace mRemoteNG.UI.Controls
public ExternalToolsToolStrip()
{
Initialize();
Initialize();
Runtime.ExternalToolsService.ExternalTools.CollectionUpdated += (sender, args) => AddExternalToolsToToolBar();
}

View File

@@ -677,7 +677,6 @@ namespace mRemoteNG.UI.Window
{
try
{
var interfaceControl = GetInterfaceControl();
if (interfaceControl == null)
{