chore: gofmt go files
This commit is contained in:
@ -430,7 +430,6 @@ func coreos_web_img_xyz_grid_png() ([]byte, error) {
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
// Asset loads and returns the asset for the given name.
|
||||
// It returns an error if the asset could not be found or
|
||||
// could not be loaded.
|
||||
@ -442,7 +441,7 @@ func Asset(name string) ([]byte, error) {
|
||||
}
|
||||
|
||||
// _bindata is a table, holding each asset generator, mapped to its name.
|
||||
var _bindata = map[string] func() ([]byte, error) {
|
||||
var _bindata = map[string]func() ([]byte, error){
|
||||
"app.js": app_js,
|
||||
"deps.js": deps_js,
|
||||
"index.html": index_html,
|
||||
@ -487,5 +486,4 @@ var _bindata = map[string] func() ([]byte, error) {
|
||||
"coreos-web/img/icon-right-arrow.svg": coreos_web_img_icon_right_arrow_svg,
|
||||
"coreos-web/img/logo.svg": coreos_web_img_logo_svg,
|
||||
"coreos-web/img/xyz-grid.png": coreos_web_img_xyz_grid_png,
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user