Mercurial > python-compiler.rs
comparison src/ast_dump.rs @ 84:ff6b1aeb544a
Fix indentation whoopsie introduced in c59ad5ccd8a6.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Mon, 13 Jun 2016 22:47:29 +0200 |
parents | e59cd5754268 |
children | 09f5e0d7bcf3 |
comparison
equal
deleted
inserted
replaced
83:e59cd5754268 | 84:ff6b1aeb544a |
---|---|
454 String::new() | 454 String::new() |
455 }, | 455 }, |
456 if !finalbody.is_empty() { | 456 if !finalbody.is_empty() { |
457 format!("{}finally:\n{}", current_indent, statements_to_string(indent, finalbody)) | 457 format!("{}finally:\n{}", current_indent, statements_to_string(indent, finalbody)) |
458 } else { | 458 } else { |
459 String::new() | 459 String::new() |
460 } | 460 } |
461 ) | 461 ) |
462 } | 462 } |
463 } | 463 } |
464 } | 464 } |