Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Oct 17, 2024
1 parent 8520a28 commit a1b3800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ fn load_images(
image_loader: &Rc<RefCell<ImageLoader>>,
) {
let mut image_loader = image_loader.borrow_mut();

if let Some(flag) = &image_loader.cancel_flag {
flag.store(true, Ordering::Relaxed);
}
Expand Down

0 comments on commit a1b3800

Please sign in to comment.