Format Json

This commit is contained in:
ayazhafiz 2022-05-18 22:27:56 -04:00 committed by Ayaz Hafiz
parent 6f51eb09dd
commit 355b573695
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 29 additions and 12 deletions

View file

@ -866,7 +866,9 @@ fn fmt_if<'a, 'buf>(
}
}
_ => {
loc_condition.format(buf, return_indent);
buf.newline();
loc_then.format(buf, return_indent);
buf.newline();
}
}
} else {