mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #5801 - Ms2ger:range, r=pcwalton
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5801) <!-- Reviewable:end -->
This commit is contained in:
commit
43e664cda1
17 changed files with 27 additions and 28 deletions
|
@ -1130,7 +1130,7 @@ impl DisplayItem {
|
|||
|
||||
pub fn debug_with_level(&self, level: u32) {
|
||||
let mut indent = String::new();
|
||||
for _ in range(0, level) {
|
||||
for _ in 0..level {
|
||||
indent.push_str("| ")
|
||||
}
|
||||
println!("{}+ {:?}", indent, self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue