style: Addressed formatting issues

This commit is contained in:
2025-09-12 11:52:08 -06:00
parent f7993714ec
commit 7d63647f16
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
#[cfg(test)]
mod tests {
use gman::config::{Config, ProviderConfig, RunConfig};
use gman::providers::local::LocalProvider;
use gman::providers::SupportedProvider;
use gman::providers::local::LocalProvider;
use pretty_assertions::assert_eq;
use validator::Validate;