Skip to content

Commit

Permalink
Fix broken format in merge process
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Feb 25, 2021
1 parent 73d247b commit 556e824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widget/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ func (li *listItemRenderer) Refresh() {
var _ fyne.Layout = (*listLayout)(nil)

type listLayout struct {
list *List
dividers []fyne.CanvasObject
children []fyne.CanvasObject
list *List
dividers []fyne.CanvasObject
children []fyne.CanvasObject

itemPool *syncPool
visible map[ListItemID]*listItem
Expand Down

0 comments on commit 556e824

Please sign in to comment.