Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kralverde committed Feb 17, 2025
1 parent 8ab28c6 commit defa0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ fn setup_console(rl: Readline, server: Arc<Server>) -> JoinHandle<Readline> {
}
}
log::debug!("Stopped console commands task");
rl.flush();
let _ = rl.flush();
rl
})
}
Expand Down

0 comments on commit defa0d8

Please sign in to comment.