Skip to content

Commit 5877727

Browse files
committed
Fix trailing whitespace
1 parent 929050d commit 5877727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/io.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ pub fn stderr() -> @Writer { fd_writer(libc::STDERR_FILENO as c_int, false) }
15871587

15881588
/**
15891589
* Prints a string to standard output.
1590-
*
1590+
*
15911591
* This string will not have an implicit newline at the end. If you want
15921592
* an implicit newline, please see `println`.
15931593
*
@@ -1603,7 +1603,7 @@ pub fn print(s: &str) {
16031603

16041604
/**
16051605
* Prints a string to standard output, followed by a newline.
1606-
*
1606+
*
16071607
* If you do not want an implicit newline, please see `print`.
16081608
*
16091609
* # Examples

0 commit comments

Comments
 (0)