Skip to content

Commit f7cf9a2

Browse files
committed
Another fix for formatting issues from Prettier.
1 parent d610001 commit f7cf9a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/filter-tests/src

.github/actions/filter-tests/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function run() {
2020
pull_number: pullRequest.number,
2121
});
2222

23-
const changedFiles = files.map(file => file.filename);
23+
const changedFiles = files.map((file) => file.filename);
2424

2525
const testGroups = new Set<string>();
2626

0 commit comments

Comments
 (0)