Skip to content

Commit 784dc00

Browse files
committed
Sort usings
1 parent 88e8b92 commit 784dc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlParameter.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
using System.Globalization;
1414
using System.IO;
1515
using System.Reflection;
16+
using System.Text;
17+
using System.Threading;
1618
using System.Xml;
1719
using Microsoft.Data.Common;
1820
using Microsoft.Data.SqlClient.Server;
19-
using System.Text;
20-
using System.Threading;
2121

2222
namespace Microsoft.Data.SqlClient
2323
{

0 commit comments

Comments
 (0)