formatting

master
Tomáš Mládek 2021-09-18 18:58:16 +02:00
parent e34c3a96c4
commit 26ceccbde2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const args = parse(Deno.args, {
},
});
if (args["mode"] === true){
if (args["mode"] === true) {
console.log(collageModeType.join(", "));
Deno.exit(0);
}