fix NewLine (#11893)

This commit is contained in:
beck 2024-04-27 17:17:00 +08:00 committed by GitHub
parent 5e1d8f661e
commit 0a28ce471e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {