Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 28, 2024
1 parent 65dffcb commit a6923b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fj-core/src/objects/any_object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ macro_rules! any_object {

/// Validate the object with a pre-defined validation configuration
pub fn validate(&self,
config: &ValidationConfig,
errors: &mut Vec<ValidationError>
config: &ValidationConfig,
errors: &mut Vec<ValidationError>,
) {
match self {
$(
Expand Down

0 comments on commit a6923b3

Please sign in to comment.