Skip to content

Commit

Permalink
Somehow missed this typo in test code :(
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed May 23, 2018
1 parent 846d54e commit a66b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testcanvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "github.com/fyne-io/fyne/ui"
var dummyCanvas ui.Canvas

type testCanvas struct {
content *ui.CanvasObject
content ui.CanvasObject
}

func (c *testCanvas) Content() ui.CanvasObject {
Expand Down

0 comments on commit a66b564

Please sign in to comment.