Skip to content

Commit fdbb4cb

Browse files
committed
lint
1 parent e5cda85 commit fdbb4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console_backend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl<'link, S: types::CapnProtoSender> Tabs<'link, S> {
9191
client_sender.clone(),
9292
)
9393
.into(),
94-
status_bar: StatusBar::new(shared_state.clone(), client_sender.clone()).into(),
94+
status_bar: StatusBar::new(shared_state, client_sender).into(),
9595
_link: link,
9696
}
9797
}

0 commit comments

Comments
 (0)