From 54a11916d2324b7d20db8253551672e943350d1d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 15 Mar 2023 13:16:21 -0400 Subject: [PATCH] Cleanup namespaces --- BurnOutSharp/Handler.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BurnOutSharp/Handler.cs b/BurnOutSharp/Handler.cs index 0c3dc23c..5a960475 100644 --- a/BurnOutSharp/Handler.cs +++ b/BurnOutSharp/Handler.cs @@ -1,14 +1,14 @@ using System; -using System.Collections.Generic; using System.Collections.Concurrent; +using System.Collections.Generic; using System.IO; +using System.Linq; using System.Text; using System.Threading.Tasks; using BinaryObjectScanner.Interfaces; using BinaryObjectScanner.Utilities; using BinaryObjectScanner.Wrappers; using static BinaryObjectScanner.Utilities.Dictionary; -using System.Linq; namespace BurnOutSharp {