Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Mar 1, 2024
1 parent a428857 commit e532ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func (l *List) UnselectAll() {
func (l *List) contentMinSize() fyne.Size {
l.propertyLock.Lock()
defer l.propertyLock.Unlock()
if l.Length == nil {
if l.Length == nil {
return fyne.NewSize(0, 0)
}
items := l.Length()
Expand Down

0 comments on commit e532ac6

Please sign in to comment.