From a51e33c3fb723c2067c98d4677db7b451b6ad3bc Mon Sep 17 00:00:00 2001 From: Subhas Dandapani Date: Tue, 28 Aug 2018 12:07:08 +0200 Subject: [PATCH] Fix gofmt --- core/bindata.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/bindata.go b/core/bindata.go index dbf1496..f8b0028 100644 --- a/core/bindata.go +++ b/core/bindata.go @@ -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, @@ -5866,7 +5866,7 @@ 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", @@ -5874,9 +5874,9 @@ func init() { 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",