Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Jul 23, 2024
1 parent 7bcf05b commit d96b4d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ func (p *parser) parseRuleInfo(st ir.Node, labelStmt ir.Node, proto *Rule) (Rule
rule.Paths = proto.Paths
rule.PathExcludes = proto.PathExcludes


rule.Filters = make([]map[string]Filter, len(proto.Filters))
for i, filterSet := range proto.Filters {
rule.Filters[i] = make(map[string]Filter)
Expand Down

0 comments on commit d96b4d1

Please sign in to comment.