aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/msglist.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/msglist.go')
-rw-r--r--widgets/msglist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/msglist.go b/widgets/msglist.go
index 23eb4102..1ddf46dc 100644
--- a/widgets/msglist.go
+++ b/widgets/msglist.go
@@ -102,7 +102,7 @@ func (ml *MessageList) Draw(ctx *ui.Context) {
}
counter--
if counter > len(store.Uids())-1-ml.Scroll() {
- //skip messages which are higher than the viewport
+ // skip messages which are higher than the viewport
return nil
}
msg := store.Messages[t.Uid]