cargo fmt.

This commit is contained in:
2022-07-28 21:39:14 -07:00
parent 78f7ca8956
commit 55af087d69
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
use std::fs::File;
use std::io::BufWriter;
use std::path::Path;
use std::{fs::File, io::BufWriter, path::Path};
use png;
use thiserror::Error;