Skip to content

Commit

Permalink
add line end (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Apr 2, 2024
1 parent 5ed7eb3 commit ef750a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/operator/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ func RegisterCmd(p utils.Prompter) *cli.Command {
if !status {
receipt, err := elWriter.RegisterAsOperator(ctx, operatorCfg.Operator)
if err != nil {
fmt.Printf("%s Error while registering operator", utils.EmojiCrossMark)
fmt.Printf("%s Error while registering operator\n", utils.EmojiCrossMark)
return err
}
fmt.Printf(
"%s Operator registration transaction at: %s",
"%s Operator registration transaction at: %s\n",
utils.EmojiCheckMark,
getTransactionLink(receipt.TxHash.String(), &operatorCfg.ChainId),
)
Expand Down

0 comments on commit ef750a0

Please sign in to comment.