From dcda30b1ad05a9022aa04bd0186329c43e04591e Mon Sep 17 00:00:00 2001 From: Jim Teeuwen Date: Thu, 25 Jul 2013 23:57:40 +0200 Subject: [PATCH] Runs go fmt. --- testdata/bindata-toc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/bindata-toc.go b/testdata/bindata-toc.go index 34fea6e..3d98521 100644 --- a/testdata/bindata-toc.go +++ b/testdata/bindata-toc.go @@ -4,4 +4,4 @@ package main // After startup of the program, all generated data files will // put themselves in this map. The key is the full filename, as // supplied to go-bindata. -var go_bindata = make(map[string]func() []byte) +var go_bindata = make(map[string] func() []byte) \ No newline at end of file