aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/wrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/wrapper.rs')
-rw-r--r--components/layout/wrapper.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/wrapper.rs b/components/layout/wrapper.rs
index 448b4c9e6c9..3d1b2ba69ff 100644
--- a/components/layout/wrapper.rs
+++ b/components/layout/wrapper.rs
@@ -219,7 +219,7 @@ impl<'ln> LayoutNode<'ln> {
}
s.push_str(self.debug_str().as_slice());
- println!("{:s}", s);
+ println!("{}", s);
for kid in self.children() {
kid.dump_indent(indent + 1);