Skip to content

Commit

Permalink
chore: remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo committed Dec 19, 2024
1 parent 808472b commit da25627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ fn send_sigterm(pid: u32) -> Result<(), std::io::Error> {
} else {
return Ok(());
}
Ok(())
}
pub fn start_manager() -> Arc<Mutex<ManagerState>> {
let (tx, rx) = channel();
Expand Down

0 comments on commit da25627

Please sign in to comment.