Skip to content

Commit c4d4dd4

Browse files
committed
Fix prettier errors
1 parent b660bf8 commit c4d4dd4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/commands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import path from 'path';
2020
import extractReleaseInfo from './plugins/extract-release-info.js';
2121

2222
async function processBumpChangelog(file: VFile, options: BumpOptions): Promise<VFile> {
23-
2423
let processor = remark()
2524
.use(releaseParser)
2625
.use(preprocess)
@@ -67,7 +66,6 @@ export async function bump(changelog: VFile, options: BumpOptions): Promise<VFil
6766
}
6867

6968
export async function query(file: VFile, options: QueryOptions): Promise<VFile> {
70-
7169
const updated = await remark()
7270
.use(releaseParser)
7371
.use(preprocess)

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ declare module 'vfile' {
9292
interface DataMap {
9393
releaseHeadings: ReleaseHeading[];
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)