minor formatting fixes

This commit is contained in:
Brendan Hansknecht 2024-10-07 17:21:55 -07:00
parent 9da9c08015
commit 21e370f41f
No known key found for this signature in database
GPG key ID: A199D0660F95F948
3 changed files with 10 additions and 11 deletions

View file

@ -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,