Skip to content

Commit 2e75dd0

Browse files
committed
Update VFS.cs
1 parent 63b01c3 commit 2e75dd0

File tree

1 file changed

+1
-1
lines changed
  • src/Atypical.VirtualFileSystem.Core

1 file changed

+1
-1
lines changed

src/Atypical.VirtualFileSystem.Core/VFS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public override string ToString()
8484
sb.AppendLine(node.Path.Name);
8585
}
8686

87-
return sb.ToString().Trim();
87+
return sb.ToString().Trim().Normalize();
8888
}
8989

9090
/// <summary>

0 commit comments

Comments
 (0)