all: run goimports

gioui.org/ui was renamed from gioui.org/ui/ui before the release,
but the import order wasn't changed accordingly.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-04-02 17:09:06 +02:00
parent fc7c5c13f4
commit 48b6a73753
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -3,8 +3,8 @@
package pointer
import (
"gioui.org/ui/f32"
"gioui.org/ui"
"gioui.org/ui/f32"
)
type Queue struct {