Skip to content

Commit

Permalink
Remove leftover branch
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Nov 8, 2023
1 parent 38d642a commit 5abc4e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ pub fn update_tree(
// if we do split on colon we need to insert a new one, cause it gets split out
if split_at == ':' && !initial.is_empty() {
new.push(':');
} else {

}
// Push new window titles to new string
if !titles.is_empty() {
Expand Down

0 comments on commit 5abc4e0

Please sign in to comment.