Skip to content

Commit 0f65b23

Browse files
committed
lint
1 parent 43ba2d9 commit 0f65b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console_backend/src/main_tab.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ impl<'a, S: CapnProtoSender> MainTab<S> {
3030
sbp_logger: None,
3131
last_gps_time: None,
3232
last_gps_update: Instant::now(),
33-
client_sender: client_sender.clone(),
34-
shared_state: shared_state.clone(),
33+
client_sender,
34+
shared_state,
3535
}
3636
}
3737

0 commit comments

Comments
 (0)