mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
maint/hostname: Fix a clippy warning 'single_char_push_str'
This commit is contained in:
parent
62265656b4
commit
641aba5bd7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ fn display_hostname(matches: &ArgMatches) -> i32 {
|
|||
ip.truncate(len - 2);
|
||||
}
|
||||
output.push_str(&ip);
|
||||
output.push_str(" ");
|
||||
output.push(' ');
|
||||
hashset.insert(addr);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue