Skip to content

Commit

Permalink
chore: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Nov 22, 2023
1 parent c571c0f commit c097cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn main() {
let final_renamer = renamer.clone();

thread::spawn(move || {
for _ in signals.forever() {
if signals.forever().next().is_some() {
match final_renamer.reset_workspaces(cfg.config) {
Err(_) => println!("Workspaces name can't be cleared"),
Ok(_) => println!("Workspaces name cleared, bye"),
Expand Down

0 comments on commit c097cbb

Please sign in to comment.