Skip to content

Commit

Permalink
add proto newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
skpratt committed Sep 7, 2023
1 parent b8f4c58 commit de509be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import "pbauth/v1alpha1/traffic_permissions.proto";
message ComputedTrafficPermission {
repeated Permission allow_permissions = 1;
repeated Permission deny_permissions = 2;
}
}
2 changes: 1 addition & 1 deletion proto-public/pbauth/v1alpha1/traffic_permissions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ message DestinationRuleHeader {
string suffix = 5;
string regex = 6;
bool invert = 7;
}
}
2 changes: 1 addition & 1 deletion proto-public/pbauth/v1alpha1/workload_identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package hashicorp.consul.auth.v1alpha1;

message WorkloadIdentity{}
message WorkloadIdentity {}

0 comments on commit de509be

Please sign in to comment.