Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jan 26, 2020
1 parent f5fd9be commit d23526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/gendocs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit d23526b

Please sign in to comment.