mirror of
https://github.com/taigrr/wtf
synced 2026-03-21 14:12:17 -07:00
Cleanup unwanted comments
This commit is contained in:
@@ -20,7 +20,7 @@ func renderWidget(widgetSettings Settings) string {
|
||||
return mergeLines(outputStrings)
|
||||
}
|
||||
|
||||
func (widget *Widget) display(dateFormat string, timeFormat string) {
|
||||
func (widget *Widget) display() {
|
||||
widget.Redraw(func() (string, string, bool) {
|
||||
return widget.CommonSettings().Title, renderWidget(*widget.settings), false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user