mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 23:36:53 -04:00
Apply consistent formatting with cargo-fmt
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
use crate::cli::Cli;
|
||||
use crate::cli::Commands;
|
||||
use crate::config::Config;
|
||||
use crate::error::ConfigError;
|
||||
use crate::error::DredgeError;
|
||||
use clap::Parser;
|
||||
use std::ffi::OsString;
|
||||
use std::path::PathBuf;
|
||||
use crate::cli::Commands;
|
||||
|
||||
pub(crate) mod cli;
|
||||
mod commands;
|
||||
@@ -90,4 +90,4 @@ async fn main() -> Result<(), DredgeError> {
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user