Skip to content

Commit f0c5a8d

Browse files
committed
style: biome format fix
1 parent 0108d61 commit f0c5a8d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ async function convertPending() {
211211
modules: JSON.stringify(moduleOverrides),
212212
};
213213

214-
const result: { outputName: string; outputPath: string; warnings?: string } =
215-
isEpubFile(file.inputName)
214+
const result: { outputName: string; outputPath: string; warnings?: string } = isEpubFile(
215+
file.inputName,
216+
)
216217
? await invoke("convert_epub", { params: { ...commonParams, fileId: file.id } })
217218
: await invoke("convert_file", { params: commonParams });
218219

0 commit comments

Comments
 (0)