From 2da5f3619e4967daa6460a2900515f4da04d4331 Mon Sep 17 00:00:00 2001 From: Wraith2 Date: Mon, 13 Mar 2023 21:29:10 +0000 Subject: [PATCH] will this trigger the CI? --- .../src/Microsoft/Data/SqlClient/SNI/SNIPhysicalHandle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIPhysicalHandle.cs b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIPhysicalHandle.cs index 38c2eabf51..3677abe6cd 100644 --- a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIPhysicalHandle.cs +++ b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIPhysicalHandle.cs @@ -3,9 +3,9 @@ // See the LICENSE file in the project root for more information. using System; +using System.Collections.Generic; using System.Diagnostics; using System.Threading; -using System.Collections.Generic; namespace Microsoft.Data.SqlClient.SNI {