mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -20,8 +20,7 @@ import (
|
||||
qt "github.com/frankban/quicktest"
|
||||
)
|
||||
|
||||
type Test struct {
|
||||
}
|
||||
type Test struct{}
|
||||
|
||||
func (t *Test) MyTestMethod() string {
|
||||
return "abcde"
|
||||
|
Reference in New Issue
Block a user