Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 15, 2024
1 parent 32bd9e0 commit 681e8e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/check_urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ function outputResults(
) {
const content = JSON.stringify(
Object.fromEntries(
Array.from(notFound.entries()).map(([url, refs]) => [url, Array.from(refs)]),
Array.from(notFound.entries())
.map(([url, refs]) => [url, Array.from(refs)]),
),
null,
2,
Expand Down

0 comments on commit 681e8e6

Please sign in to comment.