roc/compiler/fmt
Sean Hagstrom e6621e5167 remove outdated test for inline comment formatting
I tested if the formatter was still inconsistent by locally changing the helloWorld example to have:
```
main =
    greeting = "Hello, World!\n" # This variable is for greeting

    greeting
```
And running the formatter multiple times with `cargo run -- formatter`.
At the moment the results are consistent and the inline comments remains inlined.
2022-04-30 14:37:53 +01:00
..
src fix(formatter): format and allow inline comments for defs 2022-04-30 14:34:33 +01:00
tests remove outdated test for inline comment formatting 2022-04-30 14:37:53 +01:00
Cargo.toml add test_fmt_examples 2021-12-21 17:25:36 -08:00