We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b9c87 commit da4a45dCopy full SHA for da4a45d
1 file changed
FileSystem.Adapters.GoogleDrive/src/GoogleDriveAdapter.cs
@@ -64,8 +64,7 @@ public override async Task<IFile> GetFileAsync(string virtualPath, CancellationT
64
65
public override async Task<IDirectory> GetDirectoryAsync(string virtualPath, CancellationToken cancellationToken = default)
66
{
67
- var path = GetPath(virtualPath);
68
- path = path.EnsureTrailingForwardSlash();
+ var path = GetPath(virtualPath).EnsureTrailingForwardSlash();
69
70
try
71
0 commit comments