Remove empty line between godoc and package declaration

This commit is contained in:
Cody Soyland 2018-03-19 14:04:21 -05:00
parent 4e1ff7c86f
commit 68581d50c0

View file

@ -16,7 +16,6 @@
//
// Package statik contains static assets for the Web UI. `go generate` or
// `make generate-statik` will produce statik.go, which is ignored by git.
package statik
import (