mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -25,7 +25,6 @@ import (
|
||||
var _ Module = (*moduleAdapter)(nil)
|
||||
|
||||
type Module interface {
|
||||
|
||||
// Optional config read from the configFilename above.
|
||||
Cfg() config.Provider
|
||||
|
||||
@@ -157,7 +156,6 @@ func (m *moduleAdapter) Time() time.Time {
|
||||
}
|
||||
|
||||
return *m.gomod.Time
|
||||
|
||||
}
|
||||
|
||||
func (m *moduleAdapter) Watch() bool {
|
||||
|
Reference in New Issue
Block a user