Skip to content

Commit 204414b

Browse files
committed
Actually fix the trailing whitespace
1 parent 303b7c2 commit 204414b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ pub fn from_utf8(v: &[u8]) -> Result<&str, Utf8Error> {
323323
///
324324
/// ```
325325
/// use std::str;
326-
///
326+
///
327327
/// // Some invalid bytes in a mutable vector
328328
/// let mut invalid = vec![128, 223];
329329
///

0 commit comments

Comments
 (0)