mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
id: remove mutable reference when calling id_print
This commit is contained in:
parent
ba8e9366f6
commit
675db9186e
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
if default_format {
|
if default_format {
|
||||||
id_print(&mut state, &groups);
|
id_print(&state, &groups);
|
||||||
}
|
}
|
||||||
print!("{line_ending}");
|
print!("{line_ending}");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue