Skip to content

Commit

Permalink
add a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Jan 2, 2024
1 parent 836100d commit 8794f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stader-cli/node/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func getNodeStatus(c *cli.Context) error {
eth.WeiToEth(maxUtilizable))

fmt.Printf(
"The Operator has a Health Factor of %s. \nNote: Please ensure your Health Factor is greater than 1 to avoid liquidations.",
"The Operator has a Health Factor of %s. \nNote: Please ensure your Health Factor is greater than 1 to avoid liquidations.\n\n",
sdStatus.HealthFactor.String())

fmt.Printf(
Expand Down

0 comments on commit 8794f71

Please sign in to comment.