chore: Format files

This commit is contained in:
Gerald Pinder 2025-04-29 00:50:28 -04:00
parent 2f6b2b4b70
commit 44cecab3f4
42 changed files with 130 additions and 108 deletions

View file

@ -18,7 +18,7 @@ use blue_build_utils::test_utils::get_env_var;
use crate::drivers::Driver;
use super::{opts::GenerateTagsOpts, CiDriver};
use super::{CiDriver, opts::GenerateTagsOpts};
pub struct GitlabDriver;
@ -165,7 +165,7 @@ mod test {
use rstest::rstest;
use crate::{
drivers::{opts::GenerateTagsOpts, CiDriver},
drivers::{CiDriver, opts::GenerateTagsOpts},
test::{TEST_TAG_1, TEST_TAG_2, TIMESTAMP},
};