Skip to content

Commit

Permalink
refactor: remove unnecessary whitespace in dump execution code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Feb 8, 2025
1 parent 62d2d1d commit d90e092
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ impl Dump {
}
}


pub fn export(&self) {
let running = Arc::new(AtomicBool::new(true));

Expand Down

0 comments on commit d90e092

Please sign in to comment.