Skip to content

Commit f1f5739

Browse files
committed
libcore: fix whitespace in str test
1 parent 8cf0930 commit f1f5739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2916,7 +2916,7 @@ mod tests {
29162916
0x20_u8, 0x4e_u8, 0x61_u8,
29172917
0x6d_u8];
29182918

2919-
assert ss == from_bytes(bb);
2919+
assert ss == from_bytes(bb);
29202920
}
29212921

29222922
#[test]

0 commit comments

Comments
 (0)