make lint happy
This commit is contained in:
parent
3e70b8420e
commit
f88c514be9
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -403,7 +403,7 @@ var clientRetrieveCatCmd = &cli.Command{
|
|||||||
func pathToSel(psel string, sub builder.SelectorSpec) (lapi.Selector, error) {
|
func pathToSel(psel string, sub builder.SelectorSpec) (lapi.Selector, error) {
|
||||||
rs, err := textselector.SelectorSpecFromPath(textselector.Expression(psel), sub)
|
rs, err := textselector.SelectorSpecFromPath(textselector.Expression(psel), sub)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", xerrors.Errorf("failed to parse path-selector '%s': %w", err)
|
return "", xerrors.Errorf("failed to parse path-selector: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
var b bytes.Buffer
|
var b bytes.Buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user