Skip to content

Commit

Permalink
Fix gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsubhas committed Aug 28, 2018
1 parent 14e7c97 commit a51e33c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ var FS *FileSystem
func init() {
FS = &FileSystem{
files: map[string]File{
"/tmp/LICENSES": File{
"/tmp/LICENSES": {
data: []byte{
0x4f, 0x50, 0x45, 0x4e, 0x20, 0x53, 0x4f, 0x55, 0x52, 0x43, 0x45, 0x20,
0x4c, 0x49, 0x43, 0x45, 0x4e, 0x53, 0x45, 0x53, 0x0a, 0x0a, 0x67, 0x69,
Expand Down Expand Up @@ -5866,17 +5866,17 @@ func init() {
0x61, 0x6e, 0x64, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x73, 0x20, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x20, 0x74, 0x68,
0x65, 0x20, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x0a, 0x0a,
0x0a, 0x0a,
0x0a, 0x0a,
},
fi: FileInfo{
name: "LICENSES",
size: 68726,
modTime: time.Unix(0, 1535445229593416872),
isDir: false,
},
},"/tmp/version": File{
}, "/tmp/version": {
data: []byte{
0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x0a,
0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x0a,
},
fi: FileInfo{
name: "version",
Expand Down

0 comments on commit a51e33c

Please sign in to comment.