mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
cleanup
This commit is contained in:
parent
6199706a2f
commit
afa6aad973
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ impl App {
|
|||
msg: MsgComponent::new(theme.clone()),
|
||||
tab: 0,
|
||||
revlog: Revlog::new(&queue, sender, theme.clone()),
|
||||
status_tab: Status::new(sender, &queue, theme.clone()),
|
||||
status_tab: Status::new(&queue, sender, theme.clone()),
|
||||
stashing_tab: Stashing::new(
|
||||
sender,
|
||||
&queue,
|
||||
|
|
|
|||
|
|
@ -105,8 +105,8 @@ impl Status {
|
|||
|
||||
///
|
||||
pub fn new(
|
||||
sender: &Sender<AsyncNotification>,
|
||||
queue: &Queue,
|
||||
sender: &Sender<AsyncNotification>,
|
||||
theme: SharedTheme,
|
||||
) -> Self {
|
||||
Self {
|
||||
|
|
|
|||
Loading…
Reference in a new issue