From d23526bb60dcf4589b2ce45f0420a90342a4ab1d Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 26 Jan 2020 06:26:11 -0800 Subject: [PATCH] Fix formatting Signed-off-by: Tamal Saha --- hack/gendocs/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/gendocs/main.go b/hack/gendocs/main.go index 322c4e3e2..3f3ee45ff 100644 --- a/hack/gendocs/main.go +++ b/hack/gendocs/main.go @@ -111,7 +111,7 @@ func main() { if err != nil { log.Fatalln(err) } - err = tplFrontMatter.ExecuteTemplate(f, "index", struct{ }{}) + err = tplFrontMatter.ExecuteTemplate(f, "index", struct{}{}) if err != nil { log.Fatalln(err) }