mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
minor formatting fixes
This commit is contained in:
parent
9da9c08015
commit
21e370f41f
3 changed files with 10 additions and 11 deletions
|
@ -260,6 +260,7 @@ pub fn fmt_platform_header<'a>(buf: &mut Buf, header: &'a PlatformHeader<'a>) {
|
|||
fn fmt_requires(buf: &mut Buf, requires: &PlatformRequires, indent: u16) {
|
||||
fmt_collection(buf, indent, Braces::Curly, requires.rigids, Newlines::No);
|
||||
|
||||
buf.spaces(1);
|
||||
fmt_collection(
|
||||
buf,
|
||||
indent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue