Skip to content

Commit 43fed81

Browse files
committed
yarn format:write
1 parent 46191d9 commit 43fed81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/add_clog_to_manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const init = (): Arguments => {
4242
*/
4343
const appendClogManifest = (version: string): void => {
4444
const clogIdx = manifestJSON.routes.findIndex(
45-
(route) => route.path === "./changelog/index.md"
45+
(route) => route.path === "./changelog/index.md",
4646
)
4747

4848
if (clogIdx < 0) {

0 commit comments

Comments
 (0)