diff --git a/proto/tests/example/v1/predefined.proto b/proto/tests/example/v1/predefined.proto index ed974e2..adf6257 100644 --- a/proto/tests/example/v1/predefined.proto +++ b/proto/tests/example/v1/predefined.proto @@ -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" }]; -} \ No newline at end of file +} diff --git a/proto/tests/example/v1/validations.proto b/proto/tests/example/v1/validations.proto index ece3c56..ddc5771 100644 --- a/proto/tests/example/v1/validations.proto +++ b/proto/tests/example/v1/validations.proto @@ -197,4 +197,4 @@ message F2 { message FieldWithIssue { F1 f1 = 1; string name = 2 [(buf.validate.field).string.min_len = 1]; -} \ No newline at end of file +}