formatting
This commit is contained in:
parent
e34c3a96c4
commit
26ceccbde2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const args = parse(Deno.args, {
|
|||
},
|
||||
});
|
||||
|
||||
if (args["mode"] === true){
|
||||
if (args["mode"] === true) {
|
||||
console.log(collageModeType.join(", "));
|
||||
Deno.exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue