add new line

This commit is contained in:
aarshkshah1992
2021-06-04 21:41:09 +02:00
committed by Łukasz Magiera
parent ed4748e8ac
commit 35a466f4c4
+1 -1
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