mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
Fix style with gofmt
This commit is contained in:
parent
f7bea21d7a
commit
8535781be1
2 changed files with 7 additions and 7 deletions
|
@ -18,10 +18,10 @@ package ui
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"maunium.net/go/gomuks/debug"
|
||||
"strings"
|
||||
"fmt"
|
||||
"github.com/lucasb-eyer/go-colorful"
|
||||
"maunium.net/go/gomuks/debug"
|
||||
"strings"
|
||||
"unicode"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue