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
+2 -1
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() {