Skip to content

Commit

Permalink
fixing proto spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jm96441n committed Aug 9, 2023
1 parent 7c21848 commit 0bf2f5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions proto/private/pbconfigentry/config_entry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,8 @@ message APIGatewayTLSConfiguration {
// output=config_entry.gen.go
// name=Structs
message APIGatewayPolicy {
// mog: func-to=gwJWTRequirementToStructs func-from=gwJWTRequirementFromStructs
APIGatewayJWTRequirement JWT = 1;
// mog: func-to=gwJWTRequirementToStructs func-from=gwJWTRequirementFromStructs
APIGatewayJWTRequirement JWT = 1;
}

message APIGatewayJWTRequirement {
Expand All @@ -749,7 +749,6 @@ message APIGatewayJWTClaimVerification {
string Value = 2;
}


// mog annotation:
//
// target=github.com/hashicorp/consul/agent/structs.ResourceReference
Expand Down

0 comments on commit 0bf2f5e

Please sign in to comment.