add new line

This commit is contained in:
aarshkshah1992 2021-04-02 16:07:29 +05:30 committed by Łukasz Magiera
parent ed4748e8ac
commit 35a466f4c4

View File

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