Fixed LinqHelpers namespace

This commit is contained in:
Felix Weiß
2023-07-07 16:46:53 +02:00
parent 5d6cef91ec
commit 864389a4ad
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
using MewtocolNet.Helpers;
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace MewtocolNet.Helpers {
namespace MewtocolNet {
internal static class LinqHelpers {