Fix whitespace causing warning-as-error
authorStephen Toub <stoub@microsoft.com>
Tue, 15 Oct 2019 17:29:00 +0000 (13:29 -0400)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2019 17:29:00 +0000 (13:29 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/f1ca289f156664e8e5e26c12a350e424ae15def1

src/libraries/System.Private.Uri/src/System/UriHelper.cs

index 928bfdc..4ba60a3 100644 (file)
@@ -744,7 +744,7 @@ namespace System
             }
             return false;
         }
-        
+
         // "Reserved" and "Unreserved" characters are based on RFC 3986.
 
         internal static ReadOnlySpan<bool> UnreservedReservedTable => new bool[0x80]