fmt
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-09 19:44:24 +02:00
parent 144081da09
commit 4a1aae9fa4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,8 +1,5 @@
use serde::Deserialize;
use std::{
fs::{self, remove_dir_all},
path::PathBuf,
};
use std::{fs, path::PathBuf};
use glob::glob;
use minify_html::{minify, Cfg};