mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
id: remove mutable reference when calling id_print
This commit is contained in:
+1
-1
@@ -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}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user