aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils/tests/VnEncodingTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/tests/VnEncodingTests.cs')
-rw-r--r--lib/Utils/tests/VnEncodingTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/tests/VnEncodingTests.cs b/lib/Utils/tests/VnEncodingTests.cs
index f2b5e85..a467843 100644
--- a/lib/Utils/tests/VnEncodingTests.cs
+++ b/lib/Utils/tests/VnEncodingTests.cs
@@ -26,11 +26,11 @@ using System;
using System.Linq;
using System.Text;
using System.Buffers;
+using System.Diagnostics;
using System.Buffers.Text;
using System.Security.Cryptography;
using Microsoft.VisualStudio.TestTools.UnitTesting;
-using System.Diagnostics;
namespace VNLib.Utils.Tests
{