cargo fmt

This commit is contained in:
~erin 2022-02-23 20:11:14 -05:00
parent fc5b2dbf29
commit 21cf8604bc
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 31 additions and 31 deletions

View File

@ -1,5 +1,5 @@
use blurhash::{decode, encode};
use image::{GenericImageView};
use image::GenericImageView;
use std::env;
use std::fs;
use std::path::Path;