Skip to content

Commit dcd6fa0

Browse files
committed
lint
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent 8664643 commit dcd6fa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/controlplane/api/controlplane/v1/workflow_contract.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ message WorkflowContractServiceCreateRequest {
4747

4848
// You might need to specify a project reference if you want/need to create a contract scoped to a project
4949
IdentityReference project_reference = 5;
50-
50+
5151
option (buf.validate.message).cel = {
5252
id: "name.dns-1122"
5353
message: "must contain only lowercase letters, numbers, and hyphens."
@@ -71,7 +71,7 @@ message WorkflowContractServiceUpdateRequest {
7171
bytes raw_contract = 5;
7272

7373
optional string description = 4;
74-
74+
7575
option (buf.validate.message).cel = {
7676
id: "name.dns-1122"
7777
message: "must contain only lowercase letters, numbers, and hyphens."

0 commit comments

Comments
 (0)