mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-02 22:52:51 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -14,14 +14,13 @@
|
||||
package collections
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"reflect"
|
||||
"strings"
|
||||
|
||||
"github.com/gohugoio/hugo/common/hreflect"
|
||||
"github.com/gohugoio/hugo/common/maps"
|
||||
|
||||
"errors"
|
||||
)
|
||||
|
||||
// Merge creates a copy of the final parameter in params and merges the preceding
|
||||
|
Reference in New Issue
Block a user