From 63572a3375e64fe7260d00ea17345bf09ffc1472 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 18 Jul 2016 16:40:14 +0200 Subject: fmt --- meta/torrent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/torrent.go b/meta/torrent.go index 7f0ab7f..09d91ed 100644 --- a/meta/torrent.go +++ b/meta/torrent.go @@ -30,7 +30,7 @@ func (t Torrent) String() string { s += fmt.Sprintf("comment: %s\n", t.Comment) s += fmt.Sprintf("date: %s\n", t.CreationDate) s += fmt.Sprintf("%v", t.Info) - s += fmt.Sprintf("info hash: % x", t.Info.Hash()) + s += fmt.Sprintf("info hash: %x", t.Info.Hash()) return s } -- cgit v1.2.3