1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

refact/cat ~ fix style issues

This commit is contained in:
Roy Ivy III 2020-05-04 13:04:02 -05:00
parent b1d06a9b58
commit ab0ef90b4a

View file

@ -463,8 +463,9 @@ fn write_nonprint_to_end<W: Write>(in_buf: &[u8], writer: &mut W, tab: &[u8]) ->
}
}
#[test]
mod tests {
use std::io::{BufWriter, stdout};
use std::io::{stdout, BufWriter};
#[test]
fn test_write_nonprint_to_end_new_line() {