formatting

This commit is contained in:
Mylloon 2024-04-04 12:33:50 +02:00
parent 740b258ce1
commit d4e4bd9ec3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 1 deletions

View file

@ -144,7 +144,7 @@ app.whenReady().then(() => {
};
};
/* Reduce size of a file */
/** Reduce size of a file */
const reduceSize = async (
file: string,
bitrate: number,

View file

@ -144,4 +144,5 @@ const main = async () => {
);
await internals.exit();
};
main();