diff options
author | Nick White <git@njw.name> | 2022-11-22 11:24:33 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-11-22 11:24:33 +0000 |
commit | fa1e5fa6d5468a25195463426921607bcc7768bc (patch) | |
tree | fb0d095d40fa0315e9b61a5a3f90c38826c8ef0c /cmd/rescribe/gui_test.go | |
parent | 20ef8951d6cdd2b74d6889f84d2f8b73737e7cc4 (diff) |
gofmt
Diffstat (limited to 'cmd/rescribe/gui_test.go')
-rw-r--r-- | cmd/rescribe/gui_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/rescribe/gui_test.go b/cmd/rescribe/gui_test.go index 3c90000..99a924f 100644 --- a/cmd/rescribe/gui_test.go +++ b/cmd/rescribe/gui_test.go @@ -8,6 +8,7 @@ import ( "fmt" "strings" "testing" + "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/widget" ) |