Remove unexpected whitespace

This commit is contained in:
John Lewin 2018-10-03 12:32:26 -07:00
parent e9ea030853
commit df1a3db785

View file

@ -1,9 +1,5 @@
using System.Linq;
using System.Threading;
using System.Threading;
using System.Threading.Tasks;
using MatterHackers.Agg.UI;
using MatterHackers.GuiAutomation;
using MatterHackers.MatterControl.SlicerConfiguration;
using NUnit.Framework;
namespace MatterHackers.MatterControl.Tests.Automation
@ -73,8 +69,6 @@ namespace MatterHackers.MatterControl.Tests.Automation
return Task.CompletedTask;
});
}
}
}