diff --git a/src/Shared/HttpSys/RequestProcessing/PathNormalizer.cs b/src/Shared/HttpSys/RequestProcessing/PathNormalizer.cs index f92066f310..ca9545dc6c 100644 --- a/src/Shared/HttpSys/RequestProcessing/PathNormalizer.cs +++ b/src/Shared/HttpSys/RequestProcessing/PathNormalizer.cs @@ -3,6 +3,7 @@ using System; using System.Diagnostics; + namespace Microsoft.AspNetCore.HttpSys.Internal { internal static class PathNormalizer