Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 25, 2024
1 parent 20e9e86 commit 329994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp-meta/src/api/convert/serde/json_schema_validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl SchemaVersion {
}

pub type Result<T> = core::result::Result<T, ValidationError>;
#[derive(Debug, Error )]
#[derive(Debug, Error)]
pub enum ValidationError {
#[error("File not loaded: {0}")]
FileNotLoaded(std::io::Error),
Expand Down

0 comments on commit 329994f

Please sign in to comment.