Fixed a few minor errors from the last commit

This commit is contained in:
Mitchell Sternke
2016-08-04 14:29:57 -07:00
parent 6ca893a122
commit 5249924b12
2 changed files with 33 additions and 37 deletions

View File

@@ -3,13 +3,8 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
<<<<<<< HEAD
using System.Threading.Tasks;
using Microsoft.SqlTools.ServiceLayer.Connection;
=======
using System.Threading.Tasks;
using Microsoft.SqlTools.ServiceLayer.Connection;
>>>>>>> a40180bcb1203cfafc908e7a1e26e673f53393ac
using Microsoft.SqlTools.ServiceLayer.LanguageServices;
using Microsoft.SqlTools.ServiceLayer.Workspace.Contracts;
using Microsoft.SqlTools.Test.Utility;