Skip to content

Commit 3d60b7c

Browse files
danharringithub-actions[bot]
authored andcommitted
chore: fix code style
1 parent f741381 commit 3d60b7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sync.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,9 @@ versions.forEach((version) => {
390390
})
391391
}
392392

393-
structure.find((item) => item.version === version).href = structure.find((item) => item.version === version).links[0].href
393+
structure.find((item) => item.version === version).href = structure.find(
394+
(item) => item.version === version,
395+
).links[0].href
394396
})
395397

396398
// write the navigation structure to a file

0 commit comments

Comments
 (0)