remove needless 'return' statements (clippy::needless_return)
This commit is contained in:
parent
0811bbe18c
commit
e7e2ac18c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1260,7 +1260,7 @@ impl App {
|
|||
log::warn!("tried to create new tab before having event channel");
|
||||
}
|
||||
}
|
||||
return self.update_title(Some(pane));
|
||||
self.update_title(Some(pane))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue