We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b01c3 commit 2e75dd0Copy full SHA for 2e75dd0
src/Atypical.VirtualFileSystem.Core/VFS.cs
@@ -84,7 +84,7 @@ public override string ToString()
84
sb.AppendLine(node.Path.Name);
85
}
86
87
- return sb.ToString().Trim();
+ return sb.ToString().Trim().Normalize();
88
89
90
/// <summary>
0 commit comments