style(SearchCommand): Adjusted formatting

This commit is contained in:
netbenix 2022-08-27 12:48:20 +02:00
parent 995ef1aed9
commit e27427dfbf

View file

@ -4,8 +4,8 @@ import (
"github.com/olekukonko/tablewriter" "github.com/olekukonko/tablewriter"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
"lpm-cli/Lotus" "lpm-cli/Lotus"
proto "lpm-cli/Proto/lpm/go"
"lpm-cli/ProtoHandler" "lpm-cli/ProtoHandler"
proto "lpm-cli/proto/lpm/go"
"os" "os"
) )