mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Remove complexity from a lot of string display statements
This commit is contained in:
@@ -55,7 +55,7 @@ func (widget *Widget) display() {
|
||||
|
||||
widget.mutex.Lock()
|
||||
defer widget.mutex.Unlock()
|
||||
widget.View.SetText(fmt.Sprintf("%s", widget.contentFrom(widget.events)))
|
||||
widget.View.SetText(widget.contentFrom(widget.events))
|
||||
}
|
||||
|
||||
// conflicts returns TRUE if this event conflicts with another, FALSE if it does not
|
||||
|
||||
Reference in New Issue
Block a user