add new line
This commit is contained in:
parent
ed4748e8ac
commit
35a466f4c4
@ -1208,7 +1208,7 @@ var clientRetrieveCmd = &cli.Command{
|
||||
if prevStatus == retrievalmarket.DealStatusCompleted {
|
||||
afmt.Println("Success")
|
||||
} 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])
|
||||
}
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user