Skip to content

Commit 55fa474

Browse files
committed
Sort usings
1 parent f27e5cf commit 55fa474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibSass.NET.Tests/Spec/SpecTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
using System.Text.RegularExpressions;
55
using LibSass.Compiler.Options;
66
using Xunit;
7-
using static LibSass.Tests.TestCommonsAndExtensions;
8-
using static System.IO.Path;
97
using static System.IO.File;
8+
using static System.IO.Path;
9+
using static LibSass.Tests.TestCommonsAndExtensions;
1010

1111
namespace LibSass.Tests.Spec
1212
{

0 commit comments

Comments
 (0)