Remove unneccessary nullable directive (#1848)

This commit is contained in:
Karl Burtram
2023-02-07 16:18:57 -08:00
committed by GitHub
parent c3c2dfdb31
commit 51892519ef

View File

@@ -3,8 +3,6 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information. // Licensed under the MIT license. See LICENSE file in the project root for full license information.
// //
#nullable disable
namespace Microsoft.SqlTools.ServiceLayer.TestDriver.Tests namespace Microsoft.SqlTools.ServiceLayer.TestDriver.Tests
{ {
public class QueryExecutionTests public class QueryExecutionTests