Skip to content

Commit bbe7bb9

Browse files
Whitespace adjustment
Co-authored-by: Jubilee <[email protected]>
1 parent c0c0a9f commit bbe7bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/stdio.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ impl fmt::Debug for StdinLock<'_> {
578578
/// it flushes automatically when a newline (`\n`) is encountered. For immediate
579579
/// output, you can manually call the [`flush`] method. When the handle goes out
580580
/// of scope, the buffer is automatically flushed.
581-
///
581+
///
582582
/// Created by the [`io::stdout`] method.
583583
///
584584
/// ### Note: Windows Portability Considerations

0 commit comments

Comments
 (0)