Skip to content

Commit 9b21ab5

Browse files
committed
refactor: format
1 parent c77c121 commit 9b21ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generate/count.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* e.g. 'update 16 files and delete 2 files'
1010
*/
1111
import { FileChange } from "../git/parseOutput.d";
12-
import { moveOrRenameFromPaths, splitPath, _join } from "../lib/paths";
12+
import { _join, moveOrRenameFromPaths, splitPath } from "../lib/paths";
1313
import { MoveOrRename } from "../lib/paths.d";
1414
import { lookupDiffIndexAction } from "./action";
1515
import { FileChangesByAction } from "./count.d";

0 commit comments

Comments
 (0)