add new line
This commit is contained in:
parent
ed4748e8ac
commit
35a466f4c4
@ -1208,7 +1208,7 @@ var clientRetrieveCmd = &cli.Command{
|
|||||||
if prevStatus == retrievalmarket.DealStatusCompleted {
|
if prevStatus == retrievalmarket.DealStatusCompleted {
|
||||||
afmt.Println("Success")
|
afmt.Println("Success")
|
||||||
} else {
|
} else {
|
||||||
afmt.Printf("saw final deal state %s instead of expected success state DealStatusCompleted",
|
afmt.Printf("saw final deal state %s instead of expected success state DealStatusCompleted\n",
|
||||||
retrievalmarket.DealStatuses[prevStatus])
|
retrievalmarket.DealStatuses[prevStatus])
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user