Skip to content

Commit 23a804f

Browse files
raifdmuellerclaude
andcommitted
fix: Format sync-anchors.js with Prettier
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7b1d885 commit 23a804f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/sync-anchors.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ function sync() {
4646
copied++
4747
}
4848

49-
console.log(
50-
`[sync-anchors] ${copied} copied, ${skipped} up-to-date (${srcFiles.length} total)`
51-
)
49+
console.log(`[sync-anchors] ${copied} copied, ${skipped} up-to-date (${srcFiles.length} total)`)
5250
}
5351

5452
sync()

0 commit comments

Comments
 (0)