Skip to content

Commit

Permalink
Update src/hir/printer.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher authored May 20, 2024
1 parent 27c22aa commit e0e384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hir/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ impl FmtAst for Else {
printer.block(self.lhs.as_ref(), f)?;
write!(f, " else ")?;
printer.block(self.rhs.as_ref(), f)?;
write!(f, ") ")
write!(f, ")")
}
}

Expand Down

0 comments on commit e0e384e

Please sign in to comment.