Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Apr 1, 2022
1 parent 0865e4b commit 98d2ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/permission/exported/v1beta1/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ enum Role {
option (gogoproto.goproto_enum_prefix) = false;
option (gogoproto.goproto_enum_stringer) = true;

ROLE_UNSPECIFIED = 0 [(gogoproto.enumvalue_customname)="ROLE_UNRESTRICTED"];
ROLE_UNSPECIFIED = 0
[ (gogoproto.enumvalue_customname) = "ROLE_UNRESTRICTED" ];
ROLE_ACCESS_CONTROL = 1;
ROLE_CHAIN_MANAGEMENT = 2;
}
Expand Down

0 comments on commit 98d2ee7

Please sign in to comment.