Skip to content

Commit

Permalink
Update crates/aiken-lang/src/format.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com>
  • Loading branch information
rvcas and KtorZ committed Mar 17, 2023
1 parent 2d6eac4 commit ea9bda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aiken-lang/src/format.rs
Expand Up @@ -522,7 +522,7 @@ impl<'comments> Formatter<'comments> {
.nest(INDENT)
.group()
.append(if other_fun.is_some() {
docvec![line()]
line()
} else {
nil()
})
Expand Down

0 comments on commit ea9bda3

Please sign in to comment.