Skip to content

Commit 2b503b0

Browse files
committed
Sort usings
1 parent 2f437f7 commit 2b503b0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

QRCoderTests/QRGeneratorTests.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
using QRCoder;
22
using QRCoderTests.Helpers.XUnitExtenstions;
33
using Shouldly;
4+
using System;
5+
using System.Collections;
46
using System.Collections.Generic;
5-
using System.Reflection;
6-
using Xunit;
77
using System.Linq;
8-
using System.Collections;
8+
using System.Reflection;
99
using System.Text;
10-
using System;
10+
using Xunit;
1111
using ECCLevel = QRCoder.QRCodeGenerator.ECCLevel;
12-
using System.Diagnostics;
1312

1413
namespace QRCoderTests
1514
{

0 commit comments

Comments
 (0)