Skip to content

Commit

Permalink
chore: Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Rosa committed Nov 20, 2023
1 parent 1e51360 commit 9854748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/bin/src/service/common/objects/hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use poem_openapi::{types::Example, Object};
/// Blake2b256 hash wrapper.
pub(crate) struct Hash {
/// Blake2b256 hash encoded in hex.
#[oai(validator(max_length = 64, min_length = 64, pattern = "[0-9a-f]{64}"))]
#[oai(validator(max_length = 64, min_length = 64, pattern = "[0-9a-f]{64}"))]
pub hash: String,
}

Expand Down

0 comments on commit 9854748

Please sign in to comment.