Skip to content

Commit 84895ab

Browse files
committed
rust fmt
1 parent 84cb871 commit 84895ab

File tree

1 file changed

+0
-1
lines changed
  • src/onefetch/image_backends

1 file changed

+0
-1
lines changed

Diff for: src/onefetch/image_backends/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub fn get_best_backend() -> Option<Box<dyn ImageBackend>> {
2222
}
2323

2424
pub fn check_if_supported(backend_name: &str) -> Result<()> {
25-
2625
#[cfg(windows)]
2726
return Err(format!("{} image backend is not supported", backend_name));
2827

0 commit comments

Comments
 (0)