Update crates/aiken-lang/src/format.rs

Co-authored-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com>
This commit is contained in:
Lucas 2023-03-17 09:38:58 -04:00 committed by rvcas
parent c3870e340e
commit bf34324ac0
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ impl<'comments> Formatter<'comments> {
.nest(INDENT) .nest(INDENT)
.group() .group()
.append(if other_fun.is_some() { .append(if other_fun.is_some() {
docvec![line()] line()
} else { } else {
nil() nil()
}) })