Skip to content

Commit

Permalink
Remove useless call to indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jul 10, 2019
1 parent 4c58fc3 commit ccf279d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax/print/pp.rs
Expand Up @@ -315,7 +315,6 @@ impl Printer {
self.check_stack(0);
self.advance_left();
}
self.indent(0);
}

fn pretty_print_begin(&mut self, b: BeginToken) {
Expand Down

0 comments on commit ccf279d

Please sign in to comment.