Skip to content

Commit 675db91

Browse files
committed
id: remove mutable reference when calling id_print
1 parent ba8e936 commit 675db91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/id/src/id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
308308
}
309309

310310
if default_format {
311-
id_print(&mut state, &groups);
311+
id_print(&state, &groups);
312312
}
313313
print!("{line_ending}");
314314

0 commit comments

Comments
 (0)