1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-23 13:44:27 +08:00

style(tour) newline at the end

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
Brian Tiger Chow
2014-11-13 01:51:16 -08:00
committed by Juan Batiz-Benet
parent db361d9403
commit 0a93f9d764

View File

@ -162,7 +162,8 @@ func tourShow(w io.Writer, t *tour.Topic) error {
Tour {{ .ID }} - {{ .Title }}
{{ .Text }}
`
`
ttempl, err := template.New("tour").Parse(tmpl)
if err != nil {
return err