mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -154,7 +154,6 @@ func (ns *Namespace) Join(elements ...any) (string, error) {
|
||||
// extraneous slashes are removed.
|
||||
func (ns *Namespace) Clean(path any) (string, error) {
|
||||
spath, err := cast.ToStringE(path)
|
||||
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
Reference in New Issue
Block a user