mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
appease linter
This commit is contained in:
parent
2a8d21774a
commit
ebaf55dafa
|
|
@ -12,8 +12,8 @@ import (
|
|||
"github.com/peco/peco/filter"
|
||||
"github.com/peco/peco/hub"
|
||||
"github.com/peco/peco/internal/keyseq"
|
||||
"github.com/peco/peco/query"
|
||||
"github.com/peco/peco/line"
|
||||
"github.com/peco/peco/query"
|
||||
"github.com/peco/peco/selection"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
|
|
|||
2
peco.go
2
peco.go
|
|
@ -19,10 +19,10 @@ import (
|
|||
"github.com/lestrrat-go/pdebug"
|
||||
"github.com/peco/peco/filter"
|
||||
"github.com/peco/peco/hub"
|
||||
"github.com/peco/peco/query"
|
||||
"github.com/peco/peco/internal/util"
|
||||
"github.com/peco/peco/line"
|
||||
"github.com/peco/peco/pipeline"
|
||||
"github.com/peco/peco/query"
|
||||
"github.com/peco/peco/selection"
|
||||
"github.com/peco/peco/sig"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue