Fix go fmt of ui/bindata.go

pull/1851/head
Tobias Schmidt 2016-07-27 18:35:01 -04:00
parent e7ce06f506
commit 5416518178
1 changed files with 60 additions and 60 deletions

View File

@ -952,6 +952,7 @@ type bintree struct {
Func func() (*asset, error)
Children map[string]*bintree
}
var _bintree = &bintree{nil, map[string]*bintree{
"web": &bintree{nil, map[string]*bintree{
"ui": &bintree{nil, map[string]*bintree{
@ -1071,4 +1072,3 @@ func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}