Skip to content

Commit

Permalink
Remove accidental optional keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
smolkaj committed Aug 9, 2024
1 parent 48e9ce8 commit 20e319b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/p4/config/v1/p4info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ message ActionProfile {
// single selector group respectively.
message SumOfMembers {
// the maximum weight of each individual member in a group.
optional int32 max_member_weight = 1;
int32 max_member_weight = 1;
}

// specifies the semantics of `size` and `max_group_size` above
Expand Down

0 comments on commit 20e319b

Please sign in to comment.