Skip to content

Commit f0c90cb

Browse files
committed
Fix inconsistent namespace.
1 parent 44e08cb commit f0c90cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ServerCodeExciser/ServerCodeExciser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using System.Text.Json.Serialization;
1010
using UnrealAngelscriptServerCodeExcision;
1111

12-
namespace ServerCodeExcision
12+
namespace ServerCodeExciser
1313
{
1414
internal sealed class ServerCodeExciserCommand : Command<ServerCodeExciserCommand.Settings>
1515
{

ServerCodeExciser/ServerCodeExcisionProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using System.Text;
99
using System.Text.RegularExpressions;
1010

11-
namespace ServerCodeExcision
11+
namespace ServerCodeExciser
1212
{
1313
public class ServerCodeExcisionParameters
1414
{

ServerCodeExciserTest/ExcisionIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ServerCodeExcision;
1+
using ServerCodeExciser;
22
using ServerCodeExcisionCommon;
33
using Spectre.Console;
44
using System;

0 commit comments

Comments
 (0)