remove no-op if statement (clippy::needless_if)
This commit is contained in:
parent
9544ba9397
commit
cfa0087128
1 changed files with 0 additions and 1 deletions
|
|
@ -1181,7 +1181,6 @@ impl App {
|
|||
.and_then(|profile_id| self.config.profiles.get(&profile_id))
|
||||
{
|
||||
Some(profile) => {
|
||||
if !profile.tab_title.is_empty() {}
|
||||
let mut shell = None;
|
||||
if let Some(mut args) = shlex::split(&profile.command) {
|
||||
if !args.is_empty() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue