Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Mar 20, 2024
1 parent c1292a9 commit 44a5a73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export function mkdirpSync(p: string, mode: number, cred: Cred, fs: FileSystem):
}
}



function _min(d0: number, d1: number, d2: number, bx: number, ay: number): number {
return Math.min(d0 + 1, d1 + 1, d2 + 1, bx === ay ? d1 : d1 + 1);
}
Expand Down

0 comments on commit 44a5a73

Please sign in to comment.