Skip to content

Commit

Permalink
newline between fns
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBrouwer committed Dec 2, 2023
1 parent 1ed43b9 commit 7fa210e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/passes/select/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ impl Display for X86Selected<'_> {
writeln!(f, "fn {sym} {{")?;
write!(indented(f), "{fun}")?;
writeln!(f, "}}")?;
writeln!(f, "")?;
}

Ok(())
Expand Down

0 comments on commit 7fa210e

Please sign in to comment.