add missing newline
This commit is contained in:
parent
67432448cf
commit
0a7dd54597
@ -40,4 +40,4 @@ func main() {
|
|||||||
fmt.Printf("The auction winner paid ¤%f, %s.\n", price, valueStr)
|
fmt.Printf("The auction winner paid ¤%f, %s.\n", price, valueStr)
|
||||||
fmt.Printf("The item was worth ¤%f to them.\n", bidder.Value)
|
fmt.Printf("The item was worth ¤%f to them.\n", bidder.Value)
|
||||||
fmt.Printf("They would have paid up to ¤%f for it.\n", bidder.BidCeiling())
|
fmt.Printf("They would have paid up to ¤%f for it.\n", bidder.BidCeiling())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user