Skip to content

Commit caaf366

Browse files
committed
ci: Format code
1 parent 485c66a commit caaf366

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

codegen/validate-redirects.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ if (!rootIsSection && existsSync(rootConfigPath)) {
122122

123123
if (broken.length > 0) {
124124
// eslint-disable-next-line no-console
125-
console.error(
126-
`Found ${broken.length} redirect issue(s):\n`,
127-
)
125+
console.error(`Found ${broken.length} redirect issue(s):\n`)
128126
for (const { configPath, source, target, reason } of broken) {
129127
// eslint-disable-next-line no-console
130128
console.error(` [${configPath}] ${source}`)

0 commit comments

Comments
 (0)