Skip to content

Commit

Permalink
Fixing a lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mum4k committed Apr 3, 2021
1 parent c550f32 commit 66231b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widgets/text/text_test.go
Expand Up @@ -841,7 +841,6 @@ func TestTextDraws(t *testing.T) {
return err
}
return widget.Write("1\nline2\nline3\nline4")
return nil
},
want: func(size image.Point) *faketerm.Terminal {
ft := faketerm.MustNew(size)
Expand Down

0 comments on commit 66231b6

Please sign in to comment.