Skip to content

Commit

Permalink
fix: remove redundant underscores
Browse files Browse the repository at this point in the history
fix: remove redundant underscores

@pf-lin
  • Loading branch information
yccodr authored Aug 7, 2024
2 parents f8c907c + 248f34d commit f859248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/model_rule_operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
RuleOperation_CREATE_PCC_RULE RuleOperation = "CREATE_PCC_RULE"
RuleOperation_DELETE_PCC_RULE RuleOperation = "DELETE_PCC_RULE"
RuleOperation_MODIFY_PCC_RULE_AND_ADD_PACKET_FILTERS RuleOperation = "MODIFY_PCC_RULE_AND_ADD_PACKET_FILTERS"
RuleOperation_MODIFY__PCC_RULE_AND_REPLACE_PACKET_FILTERS RuleOperation = "MODIFY_ PCC_RULE_AND_REPLACE_PACKET_FILTERS"
RuleOperation_MODIFY__PCC_RULE_AND_DELETE_PACKET_FILTERS RuleOperation = "MODIFY_ PCC_RULE_AND_DELETE_PACKET_FILTERS"
RuleOperation_MODIFY_PCC_RULE_AND_REPLACE_PACKET_FILTERS RuleOperation = "MODIFY_PCC_RULE_AND_REPLACE_PACKET_FILTERS"
RuleOperation_MODIFY_PCC_RULE_AND_DELETE_PACKET_FILTERS RuleOperation = "MODIFY_PCC_RULE_AND_DELETE_PACKET_FILTERS"
RuleOperation_MODIFY_PCC_RULE_WITHOUT_MODIFY_PACKET_FILTERS RuleOperation = "MODIFY_PCC_RULE_WITHOUT_MODIFY_PACKET_FILTERS"
)

0 comments on commit f859248

Please sign in to comment.