Skip to content

Commit

Permalink
Tweak AST printer
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Feb 2, 2025
1 parent ac3fc97 commit 091ae05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ast/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ impl Type {

impl FunSig {
pub fn print(&self, name: &Id, buffer: &mut String) {
buffer.push_str("fn ");
buffer.push_str(name);
print_context(&self.context, buffer);
buffer.push('(');
Expand Down

0 comments on commit 091ae05

Please sign in to comment.