mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Add newline to previous print change.
This commit is contained in:
parent
6be128a843
commit
195ada0979
@ -110,7 +110,7 @@ func displayGeneric(reply interface{}) error {
|
||||
// is returned if a float64 is not passed.
|
||||
func displayFloat64(reply interface{}) error {
|
||||
if val, ok := reply.(float64); ok {
|
||||
fmt.Printf("%f", val)
|
||||
fmt.Printf("%f\n", val)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user