Skip to content

Commit

Permalink
Fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Oct 30, 2024
1 parent 0f960b0 commit fffea3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ fn verify_valid_host() -> Result<()> {
Ok(())
}

#[cfg(feature="docker-test")]
#[cfg(test)]
#[cfg(all(test, feature = "docker-test"))]
mod tests {
use super::*;

Expand Down

0 comments on commit fffea3d

Please sign in to comment.