aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/debug_utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/debug_utils.rs')
-rw-r--r--components/util/debug_utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/debug_utils.rs b/components/util/debug_utils.rs
index 8c1954c78ba..631c7dad4ca 100644
--- a/components/util/debug_utils.rs
+++ b/components/util/debug_utils.rs
@@ -15,7 +15,7 @@ fn hexdump_slice(buf: &[u8]) {
stderr.write_all(output.as_bytes()).unwrap();
match i % 16 {
15 => { stderr.write_all(b"\n ").unwrap(); },
- 7 => { stderr.write_all(b" ").unwrap(); },
+ 7 => { stderr.write_all(b" ").unwrap(); },
_ => ()
}
stderr.flush().unwrap();