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)
|
.nest(INDENT)
|
||||||
.group()
|
.group()
|
||||||
.append(if other_fun.is_some() {
|
.append(if other_fun.is_some() {
|
||||||
docvec![line()]
|
line()
|
||||||
} else {
|
} else {
|
||||||
nil()
|
nil()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue