mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-23 21:47:52 +08:00
style(tour) newline at the end
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:

committed by
Juan Batiz-Benet

parent
db361d9403
commit
0a93f9d764
@ -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
|
||||
|
Reference in New Issue
Block a user