Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Jan 5, 2024
1 parent 35db47d commit 28d5616
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions caching_parser.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package expr

import (
"regexp"
"sync"
"sync/atomic"

Expand All @@ -10,8 +9,7 @@ import (
)

var (
doubleQuoteMatch *regexp.Regexp
replace = []string{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t"}
replace = []string{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t"}
)

// NewCachingParser returns a CELParser which lifts quoted literals out of the expression
Expand Down

0 comments on commit 28d5616

Please sign in to comment.