From 0a93f9d7640d4f6c461b05aefb1415c34169208e Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Thu, 13 Nov 2014 01:51:16 -0800 Subject: [PATCH] style(tour) newline at the end License: MIT Signed-off-by: Brian Tiger Chow --- cmd/ipfs2/tour.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/ipfs2/tour.go b/cmd/ipfs2/tour.go index e9f3226de..bbc1ed1c1 100644 --- a/cmd/ipfs2/tour.go +++ b/cmd/ipfs2/tour.go @@ -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