Skip to content

Commit 7e7f667

Browse files
committed
Remove duplicated code
1 parent 574a76d commit 7e7f667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Zio/FileSystems/ComposeFileSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,5 @@ protected override UPath ConvertPathFromInternalImpl(string innerPath)
276276
protected abstract UPath ConvertPathFromDelegate(UPath path);
277277

278278
protected override (IFileSystem FileSystem, UPath Path) ResolvePathImpl(UPath path)
279-
=> Fallback?.ResolvePath(ConvertPathToDelegate(path)) ?? (this, path);
279+
=> Fallback?.ResolvePath(ConvertPathToDelegate(path)) ?? base.ResolvePathImpl(path);
280280
}

0 commit comments

Comments
 (0)