mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
fix formatting
This commit is contained in:
parent
8dd9a5e3c7
commit
fdf8bc6094
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue