From c3da261348af54265acc6b536301fdc75db29959 Mon Sep 17 00:00:00 2001 From: Chris Roche Date: Mon, 30 Sep 2024 16:32:44 -0700 Subject: [PATCH] Format --- proto/tests/example/v1/predefined.proto | 2 +- proto/tests/example/v1/validations.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}