Skip to content

Commit

Permalink
another cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 14, 2023
1 parent ab54009 commit b1f81ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@ pub(crate) struct PrioritizeConfig {
}

#[derive(PartialEq, Eq, Debug, serde::Deserialize)]
pub(crate) struct ValidateConfig {
}
pub(crate) struct ValidateConfig {}

impl ValidateConfig {
fn default() -> Option<Self> {
Some(ValidateConfig { })
Some(ValidateConfig {})
}
}

Expand Down

0 comments on commit b1f81ce

Please sign in to comment.