fix NewLine (#11893)
This commit is contained in:
parent
5e1d8f661e
commit
0a28ce471e
@ -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