mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
go lint fix
This commit is contained in:
parent
a728d448cb
commit
fd8298dfd1
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user