Skip to content

Commit f1473f9

Browse files
authored
Update src/Files.App/Filesystem/StorageFileHelpers/StorageFileExtensions.cs
1 parent 2432c37 commit f1473f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Filesystem/StorageFileHelpers/StorageFileExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ private static PathBoxItem GetPathItem(string component, string path)
319319
{
320320
if (path.EndsWith('\\') || path.EndsWith('/'))
321321
path = path.Remove(path.Length - 1);
322+
322323
return new PathBoxItem
323324
{
324325
Title = component,

0 commit comments

Comments
 (0)