Skip to content

Commit

Permalink
Fix line length format
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavientois committed Jan 31, 2021
1 parent fc9cd4a commit 7674ae1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/std/src/io/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
mod tests;

use crate::fmt;
use crate::io::{self, BufRead, Initializer, IoSlice, IoSliceMut, Read, Seek, SeekFrom, SizeHint, Write};
use crate::io::{
self, BufRead, Initializer, IoSlice, IoSliceMut, Read, Seek, SeekFrom, SizeHint, Write,
};

/// A reader which is always at EOF.
///
Expand Down

0 comments on commit 7674ae1

Please sign in to comment.