Skip to content

Commit

Permalink
remove unnecessary fmt on generate bindata (#7706)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored and techknowlogick committed Aug 1, 2019
1 parent bb22e3a commit e503794
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package options

//go:generate go run -mod=vendor main.go
//go:generate go fmt bindata.go

type directorySet map[string][]string

Expand Down
1 change: 0 additions & 1 deletion modules/public/public.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
)

//go:generate go run -mod=vendor main.go
//go:generate go fmt bindata.go

// Options represents the available options to configure the macaron handler.
type Options struct {
Expand Down
1 change: 0 additions & 1 deletion modules/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
package templates

//go:generate go run -mod=vendor main.go
//go:generate go fmt bindata.go

0 comments on commit e503794

Please sign in to comment.