Skip to content

Commit

Permalink
rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Oct 22, 2020
1 parent 84cb871 commit 84895ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/onefetch/image_backends/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pub fn get_best_backend() -> Option<Box<dyn ImageBackend>> {
}

pub fn check_if_supported(backend_name: &str) -> Result<()> {

#[cfg(windows)]
return Err(format!("{} image backend is not supported", backend_name));

Expand Down

0 comments on commit 84895ab

Please sign in to comment.