appease go's format checker

This commit is contained in:
whyrusleeping 2019-07-27 14:19:12 -07:00
parent b83ff6b9dc
commit 8e840139bd

View File

@ -70,7 +70,7 @@ var sectorsStatusCmd = &cli.Command{
fmt.Printf("CommR:\t\t%x\n", status.CommR)
fmt.Printf("CommR*:\t\t%x\n", status.CommRStar)
fmt.Printf("Proof:\t\t%x\n", status.Proof)
fmt.Printf("Pieces:\t\t%s\n", status.Pieces)
fmt.Printf("Pieces:\t\t%v\n", status.Pieces)
return nil
},
}