diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-08-02 01:34:46 +0800 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-08-01 13:34:46 -0400 |
commit | e5037943712d45c1edb27ad882f9e1fb024df42d (patch) | |
tree | 0a023b72c142f9d8e2938ab1413adb7c544bd8f3 /modules/templates/templates.go | |
parent | bb22e3a1e1a1ebe80390b33114ba49898f45f2a9 (diff) | |
download | gitea-e5037943712d45c1edb27ad882f9e1fb024df42d.tar.gz gitea-e5037943712d45c1edb27ad882f9e1fb024df42d.zip |
remove unnecessary fmt on generate bindata (#7706)
Diffstat (limited to 'modules/templates/templates.go')
-rw-r--r-- | modules/templates/templates.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/templates/templates.go b/modules/templates/templates.go index e7fe3b2bfb..af6bf010c1 100644 --- a/modules/templates/templates.go +++ b/modules/templates/templates.go @@ -5,4 +5,3 @@ package templates //go:generate go run -mod=vendor main.go -//go:generate go fmt bindata.go |