Update crates/aiken-lang/src/format.rs
Co-authored-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com>
This commit is contained in:
parent
c3870e340e
commit
bf34324ac0
|
@ -522,7 +522,7 @@ impl<'comments> Formatter<'comments> {
|
|||
.nest(INDENT)
|
||||
.group()
|
||||
.append(if other_fun.is_some() {
|
||||
docvec![line()]
|
||||
line()
|
||||
} else {
|
||||
nil()
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue