1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

go lint fix

This commit is contained in:
Jade 2020-10-19 20:59:26 +01:00
parent a728d448cb
commit fd8298dfd1

View File

@ -57,7 +57,5 @@ func (widget *Widget) content() (string, string, bool) {
}
}
str := fmt.Sprintf(t.Render())
return title, str, wrap
return title, t.Render(), wrap
}