mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #1499 from rivy/fix.style-cat
refact/cat ~ fix style issues
This commit is contained in:
commit
94aa201ee5
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue