w h i t e s p a c e

This commit is contained in:
vilmibm 2020-07-23 11:10:25 -05:00
parent 2a99ed9afb
commit 12e88da400

View file

@ -135,7 +135,7 @@ func viewRun(opts *ViewOptions) error {
{{.Readme}}
{{.View}}
`)
`)
tmpl, err := template.New("repo").Parse(repoTmpl)
if err != nil {