diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-04-19 11:10:34 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-04-19 11:10:34 +0300 |
commit | b1dc965a4a5b8a48666749e824d0e480b9d08eed (patch) | |
tree | 5409a3cf7e02a4033a29e2ce2aa46f2297503709 /ui/widget | |
parent | b17ff318c26aecdcf2c6719ed5b0872be5254c44 (diff) |
Gofmt
Diffstat (limited to 'ui/widget')
-rw-r--r-- | ui/widget/advanced-inputfield.go | 2 | ||||
-rw-r--r-- | ui/widget/util.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/widget/advanced-inputfield.go b/ui/widget/advanced-inputfield.go index 7e01478..cbe9dcc 100644 --- a/ui/widget/advanced-inputfield.go +++ b/ui/widget/advanced-inputfield.go @@ -24,9 +24,9 @@ import ( "strings" "unicode/utf8" - "maunium.net/go/tcell" "github.com/mattn/go-runewidth" "github.com/zyedidia/clipboard" + "maunium.net/go/tcell" "maunium.net/go/tview" ) diff --git a/ui/widget/util.go b/ui/widget/util.go index 920afad..dd94bdd 100644 --- a/ui/widget/util.go +++ b/ui/widget/util.go @@ -17,8 +17,8 @@ package widget import ( - "maunium.net/go/tcell" "github.com/mattn/go-runewidth" + "maunium.net/go/tcell" "maunium.net/go/tview" ) |