Skip to content

Commit 0fd9e3f

Browse files
committed
fix lint
1 parent f3d3d49 commit 0fd9e3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/notification.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ func (n *Notification) HTMLURL() string {
266266
return n.Issue.HTMLURL()
267267
}
268268

269+
// NotificationList contains a list of notifications
269270
type NotificationList []*Notification
270271

271272
func (nl NotificationList) getRepoIDs() []int64 {

0 commit comments

Comments
 (0)