v1.27.0-a #10

Closed
jonathanface wants to merge 473 commits from v1.27.0-a into master
Showing only changes of commit 0a28ce471e - Show all commits

View File

@ -330,7 +330,7 @@ var filplusListAllocationsCmd = &cli.Command{
tablewriter.Col(pieceSize), tablewriter.Col(pieceSize),
tablewriter.Col(tMin), tablewriter.Col(tMin),
tablewriter.Col(tMax), tablewriter.Col(tMax),
tablewriter.NewLineCol(expr)) tablewriter.Col(expr))
// populate it with content // populate it with content
for _, alloc := range allocs { for _, alloc := range allocs {
tw.Write(alloc) tw.Write(alloc)
@ -479,7 +479,7 @@ var filplusListClaimsCmd = &cli.Command{
tablewriter.Col(tMin), tablewriter.Col(tMin),
tablewriter.Col(tMax), tablewriter.Col(tMax),
tablewriter.Col(tStart), tablewriter.Col(tStart),
tablewriter.NewLineCol(sector)) tablewriter.Col(sector))
// populate it with content // populate it with content
for _, alloc := range claimList { for _, alloc := range claimList {