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 /interface | |
parent | b17ff318c26aecdcf2c6719ed5b0872be5254c44 (diff) |
Gofmt
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/ui.go b/interface/ui.go index 731e321..cdd1927 100644 --- a/interface/ui.go +++ b/interface/ui.go @@ -67,7 +67,7 @@ type LoginView interface { type MessageDirection int const ( - AppendMessage MessageDirection = iota + AppendMessage MessageDirection = iota PrependMessage IgnoreMessage ) |