1
Fork 0
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:
Daniel Hofstetter 2023-08-21 11:39:18 +02:00
parent ba8e9366f6
commit 675db9186e

View file

@ -308,7 +308,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
}
if default_format {
id_print(&mut state, &groups);
id_print(&state, &groups);
}
print!("{line_ending}");