chore: gofmt go files

This commit is contained in:
Yicheng Qin
2014-04-21 14:59:06 -07:00
parent 14ae764283
commit 32d23fdb11

View File

@ -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,
}