Run rustfmt

This commit is contained in:
Yash Karandikar 2021-09-11 11:14:02 -05:00
parent 14acb52140
commit 43adbf468f
Signed by: karx
GPG key ID: A794DA2529474BA5

View file

@ -1,6 +1,6 @@
use image::io::Reader as ImageReader;
use rand::thread_rng;
use rand::seq::SliceRandom;
use rand::thread_rng;
fn main() -> anyhow::Result<()> {
if let Some(filename) = std::env::args().nth(1) {