We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77c121 commit 9b21ab5Copy full SHA for 9b21ab5
1 file changed
src/generate/count.ts
@@ -9,7 +9,7 @@
9
* e.g. 'update 16 files and delete 2 files'
10
*/
11
import { FileChange } from "../git/parseOutput.d";
12
-import { moveOrRenameFromPaths, splitPath, _join } from "../lib/paths";
+import { _join, moveOrRenameFromPaths, splitPath } from "../lib/paths";
13
import { MoveOrRename } from "../lib/paths.d";
14
import { lookupDiffIndexAction } from "./action";
15
import { FileChangesByAction } from "./count.d";
0 commit comments