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/messages/tstring | |
parent | b17ff318c26aecdcf2c6719ed5b0872be5254c44 (diff) |
Gofmt
Diffstat (limited to 'ui/messages/tstring')
-rw-r--r-- | ui/messages/tstring/cell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/messages/tstring/cell.go b/ui/messages/tstring/cell.go index 8a400ee..c3e22a3 100644 --- a/ui/messages/tstring/cell.go +++ b/ui/messages/tstring/cell.go @@ -17,8 +17,8 @@ package tstring import ( - "maunium.net/go/tcell" "github.com/mattn/go-runewidth" + "maunium.net/go/tcell" ) type Cell struct { |