fix style

This commit is contained in:
Quaternions 2024-09-28 15:09:10 -07:00
parent ab51240cd7
commit c26f3d697d

View File

@ -1,4 +1,5 @@
use std::{io::Read, path::PathBuf}; use std::io::Read;
use std::path::PathBuf;
use clap::{Args,Parser,Subcommand}; use clap::{Args,Parser,Subcommand};
#[derive(Parser)] #[derive(Parser)]