mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -189,7 +189,6 @@ func (ns *Namespace) AbsLangURL(s any) (string, error) {
|
||||
// of any ./ or ../ elements. If the argument list is empty, JoinPath returns
|
||||
// an empty string.
|
||||
func (ns *Namespace) JoinPath(elements ...any) (string, error) {
|
||||
|
||||
if len(elements) == 0 {
|
||||
return "", nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user