Skip to content

Commit

Permalink
fix EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Oct 16, 2023
1 parent 586bff9 commit 7bdc4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/proto/validationtest/required.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ import "buf/validate/validate.proto";
message ExampleRequiredFieldConstraints {
required string regex_string_field = 1 [(buf.validate.field).string.pattern = "^[a-z0-9]{1,9}$"];
optional string unconstrained = 2;
}
}

0 comments on commit 7bdc4c5

Please sign in to comment.