Remove useless call to indent

This commit is contained in:
Mark Rousskov 2019-07-05 22:31:45 -04:00
parent 4c58fc32ae
commit ccf279d9c3

View file

@ -315,7 +315,6 @@ impl Printer {
self.check_stack(0);
self.advance_left();
}
self.indent(0);
}
fn pretty_print_begin(&mut self, b: BeginToken) {