mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
go fmt
This commit is contained in:
parent
cd45490c16
commit
db569891a5
6 changed files with 17 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue