Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix(solc): remove unnecessary indent (#999)
Browse files Browse the repository at this point in the history
* fix(solc): remove unnecessary indent

* Update ethers-solc/src/resolver/tree.rs

Co-authored-by: Georgios Konstantopoulos <[email protected]>
  • Loading branch information
mattsse and gakonst authored Mar 9, 2022
1 parent fab3088 commit e1ec4b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ethers-solc/src/resolver/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ fn print_imports(
return Ok(())
}

for continues in &**levels_continue {
let c = if *continues { symbols.down } else { " " };
write!(out, "{} ", c)?;
}

let mut iter = imports.iter().peekable();

while let Some(import) = iter.next() {
Expand Down

0 comments on commit e1ec4b5

Please sign in to comment.