about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/str.rs b/src/libcore/str.rs
index 3d4478080c9..4c77dfe50b1 100644
--- a/src/libcore/str.rs
+++ b/src/libcore/str.rs
@@ -2916,7 +2916,7 @@ mod tests {
                   0x20_u8, 0x4e_u8, 0x61_u8,
                   0x6d_u8];
 
-         assert ss == from_bytes(bb);
+        assert ss == from_bytes(bb);
     }
 
     #[test]