run a toml formatter and then clean it up a bit

This commit is contained in:
Brendan Hansknecht 2023-03-06 19:47:57 -08:00
parent 4a89bee0a5
commit f42f61e271
No known key found for this signature in database
GPG key ID: A199D0660F95F948
71 changed files with 661 additions and 678 deletions

View file

@ -2,15 +2,15 @@
name = "roc_fmt"
description = "The roc code formatter."
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
roc_collections = { path = "../collections" }
roc_region = { path = "../region" }
roc_module = { path = "../module" }
roc_parse = { path = "../parse" }
roc_region = { path = "../region" }
bumpalo.workspace = true
bumpalo.workspace = true