v1.27.0-a #10
@ -330,7 +330,7 @@ var filplusListAllocationsCmd = &cli.Command{
|
||||
tablewriter.Col(pieceSize),
|
||||
tablewriter.Col(tMin),
|
||||
tablewriter.Col(tMax),
|
||||
tablewriter.NewLineCol(expr))
|
||||
tablewriter.Col(expr))
|
||||
// populate it with content
|
||||
for _, alloc := range allocs {
|
||||
tw.Write(alloc)
|
||||
@ -479,7 +479,7 @@ var filplusListClaimsCmd = &cli.Command{
|
||||
tablewriter.Col(tMin),
|
||||
tablewriter.Col(tMax),
|
||||
tablewriter.Col(tStart),
|
||||
tablewriter.NewLineCol(sector))
|
||||
tablewriter.Col(sector))
|
||||
// populate it with content
|
||||
for _, alloc := range claimList {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user