Skip to content

Commit da4a45d

Browse files
committed
inline method calls
1 parent 88b9c87 commit da4a45d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

FileSystem.Adapters.GoogleDrive/src/GoogleDriveAdapter.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ public override async Task<IFile> GetFileAsync(string virtualPath, CancellationT
6464

6565
public override async Task<IDirectory> GetDirectoryAsync(string virtualPath, CancellationToken cancellationToken = default)
6666
{
67-
var path = GetPath(virtualPath);
68-
path = path.EnsureTrailingForwardSlash();
67+
var path = GetPath(virtualPath).EnsureTrailingForwardSlash();
6968

7069
try
7170
{

0 commit comments

Comments
 (0)