fix formatting

This commit is contained in:
Brendan Hansknecht 2023-04-08 07:46:14 -07:00
parent 8dd9a5e3c7
commit fdf8bc6094
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 2 additions and 2 deletions

View file

@ -882,7 +882,7 @@ app "ingested-file"
packages { pf: "cli-platform/main.roc" }
imports [
pf.Stdout,
"ingested-file.roc" as ownCode: Str
"ingested-file.roc" as ownCode : Str,
]
provides [main] to pf

View file

@ -2,7 +2,7 @@ app "ingested-file"
packages { pf: "cli-platform/main.roc" }
imports [
pf.Stdout,
"ingested-file.roc" as ownCode: Str
"ingested-file.roc" as ownCode : Str,
]
provides [main] to pf