mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
I always forget to gofmt...
This commit is contained in:
parent
1f6c69ba88
commit
72bafcae3d
|
@ -4,8 +4,8 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
var wcwidthTests = []struct{
|
||||
in rune
|
||||
var wcwidthTests = []struct {
|
||||
in rune
|
||||
wanted int
|
||||
}{
|
||||
{'\u0301', 0}, // Combining acute accent
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package eval
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"syscall"
|
||||
"strconv"
|
||||
"syscall"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func strsEqual(s1 []string, s2 []string) bool {
|
||||
|
|
|
@ -10,6 +10,6 @@ const (
|
|||
)
|
||||
|
||||
type Context struct {
|
||||
Typ ContextType
|
||||
Typ ContextType
|
||||
Prefix string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user