diff --git a/test/Ocelot.UnitTests/Usings.cs b/test/Ocelot.UnitTests/Usings.cs index 6eb9a3d7b..fcb454e63 100644 --- a/test/Ocelot.UnitTests/Usings.cs +++ b/test/Ocelot.UnitTests/Usings.cs @@ -7,7 +7,7 @@ global using System.Threading; global using System.Threading.Tasks; -// Project extra global namespaces +// Project extra global namespaces // global using Moq; global using Ocelot; global using Shouldly;