Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
somehowchris committed Oct 3, 2022
1 parent f84acfd commit d1e5c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/images.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ pub async fn has_webp_support() -> bool {
"data:image/webp;base64,UklGRjIAAABXRUJQVlA4ICYAAACyAgCdASoCAAEALmk0mk0iIiIiIgBoSygABc6zbAAA/v56QAAAAA==",
);

let result = img.await.is_ok();


result
img.await.is_ok()
}

const CONVERTED_IMAGE_EXTENSIONS: [&str; 2] = ["png", "jpg"];
Expand Down

0 comments on commit d1e5c32

Please sign in to comment.