mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
refact/cat ~ fix style issues
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user