This commit is contained in:
angelnu 2022-01-31 21:59:27 +00:00
parent cd45490c16
commit db569891a5
6 changed files with 17 additions and 17 deletions

View file

@ -100,7 +100,7 @@ func (r *Regexp) LookupMulti(_ context.Context, key string) ([]string, error) {
}
result := []string{}
for _,replacement := range r.replacements{
for _, replacement := range r.replacements {
if !r.expandPlaceholders {
result = append(result, replacement)
} else {