mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
gofmt
This commit is contained in:
parent
e261219f4b
commit
eada702831
|
|
@ -41,12 +41,12 @@ func TestReadRC(t *testing.T) {
|
|||
|
||||
expected := Config{
|
||||
Keymap: map[string]string{
|
||||
"C-j": "peco.Finish",
|
||||
"C-j": "peco.Finish",
|
||||
"C-x,C-c": "peco.Finish",
|
||||
},
|
||||
InitialMatcher: IgnoreCaseMatch,
|
||||
Layout: DefaultLayoutType,
|
||||
Prompt: "[peco]",
|
||||
Layout: DefaultLayoutType,
|
||||
Prompt: "[peco]",
|
||||
SingleKeyJump: SingleKeyJumpConfig{
|
||||
PrefixMap: map[rune]uint{},
|
||||
},
|
||||
|
|
@ -60,7 +60,7 @@ func TestReadRC(t *testing.T) {
|
|||
bg: termbox.ColorDefault,
|
||||
},
|
||||
Selected: Style{
|
||||
fg: termbox.ColorBlack|termbox.AttrUnderline,
|
||||
fg: termbox.ColorBlack | termbox.AttrUnderline,
|
||||
bg: termbox.ColorCyan,
|
||||
},
|
||||
SavedSelection: Style{
|
||||
|
|
|
|||
Loading…
Reference in a new issue