appease go's format checker

This commit is contained in:
whyrusleeping
2019-07-29 12:08:47 -07:00
parent b83ff6b9dc
commit 8e840139bd
+1 -1
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
},
}