Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rodaine committed Sep 30, 2024
1 parent d8f8217 commit c3da261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/tests/example/v1/predefined.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ extend buf.validate.Int32Rules {
expression: "this in rule || this in rule.map(n, -n)"
message: "value must not be in absolute value of list"
}];
}
}
2 changes: 1 addition & 1 deletion proto/tests/example/v1/validations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ message F2 {
message FieldWithIssue {
F1 f1 = 1;
string name = 2 [(buf.validate.field).string.min_len = 1];
}
}

0 comments on commit c3da261

Please sign in to comment.