Skip to content

Commit 73bc32c

Browse files
committed
Linter
1 parent 7425a64 commit 73bc32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export class FileSystemDrive implements Contents.IDrive {
391391
}
392392

393393
private async doCopy(oldPath: string, newPath: string): Promise<void> {
394-
// Best effort, we are lacking proper APIs for copying
394+
// Best effort, we are lacking proper APIs for copying
395395
const oldParentHandle = await this.getParentHandle(oldPath);
396396

397397
const oldLocalPath = PathExt.basename(oldPath);

0 commit comments

Comments
 (0)