maint: update format

This commit is contained in:
2024-08-17 21:58:16 +02:00
committed by GitHub
parent d116f2ccaf
commit 80cf127d4b

View File

@@ -1,7 +1,4 @@
use std::{ use std::{fs, path::Path};
fs,
path::{Path},
};
use colored::Colorize; use colored::Colorize;
use indicatif::{ProgressBar, ProgressStyle}; use indicatif::{ProgressBar, ProgressStyle};