String() refactor

This commit is contained in:
Timon Ringwald 2022-08-15 16:22:02 +02:00
parent 0716848c4a
commit bf3af22316

View File

@ -26,7 +26,7 @@ func (t Torrent) String() string {
t.Leechers, t.Leechers,
t.Downloads, t.Downloads,
t.Trusted, t.Trusted,
t.Time, t.Time.Format("2006-01-02 15:04:05"),
) )
} }