Improve code

pull/3801/head
liangshiwei 5 years ago
parent f48466ed72
commit cd576f1ab9

@ -10,7 +10,7 @@ namespace Volo.Abp.VirtualFileSystem
public static string NormalizePath(string fullPath)
{
if (fullPath == "/")
if (fullPath.Equals("/", StringComparison.Ordinal))
{
return string.Empty;
}

Loading…
Cancel
Save