Skip to content

Commit 136af7d

Browse files
style: format by prettier and shfmt
1 parent 9ea9189 commit 136af7d

File tree

1 file changed

+3
-1
lines changed
  • list-targets-with-changed-files/src

1 file changed

+3
-1
lines changed

list-targets-with-changed-files/src/run.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ export const run = (input: Input): Result => {
9797
tfmigrates,
9898
);
9999

100-
const moduleCallerMap: Map<string, string[]> = new Map(Object.entries(input.moduleCallers));
100+
const moduleCallerMap: Map<string, string[]> = new Map(
101+
Object.entries(input.moduleCallers),
102+
);
101103
const modules = [...moduleCallerMap.keys()];
102104
modules.sort();
103105
modules.reverse();

0 commit comments

Comments
 (0)