mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 09:15:53 +01:00
remove unnecessary fmt on generate bindata (#7706)
This commit is contained in:
parent
bb22e3a1e1
commit
e503794371
@ -5,7 +5,6 @@
|
|||||||
package options
|
package options
|
||||||
|
|
||||||
//go:generate go run -mod=vendor main.go
|
//go:generate go run -mod=vendor main.go
|
||||||
//go:generate go fmt bindata.go
|
|
||||||
|
|
||||||
type directorySet map[string][]string
|
type directorySet map[string][]string
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
//go:generate go run -mod=vendor main.go
|
//go:generate go run -mod=vendor main.go
|
||||||
//go:generate go fmt bindata.go
|
|
||||||
|
|
||||||
// Options represents the available options to configure the macaron handler.
|
// Options represents the available options to configure the macaron handler.
|
||||||
type Options struct {
|
type Options struct {
|
||||||
|
@ -5,4 +5,3 @@
|
|||||||
package templates
|
package templates
|
||||||
|
|
||||||
//go:generate go run -mod=vendor main.go
|
//go:generate go run -mod=vendor main.go
|
||||||
//go:generate go fmt bindata.go
|
|
||||||
|
Loading…
Reference in New Issue
Block a user