mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -363,7 +363,7 @@ func (r *NodeShiftTreeWalker[T]) Walk(ctx context.Context) error {
|
||||
main := r.Tree
|
||||
|
||||
var err error
|
||||
fnMain := func(s string, v interface{}) bool {
|
||||
fnMain := func(s string, v any) bool {
|
||||
if r.ShouldSkip(s) {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user