Skip to content

Commit

Permalink
Adding new line for pending admins command output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Chatham committed Dec 16, 2024
1 parent 28b431c commit 181176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/user/admin/list_pending.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func listPendingAdmins(
}

func printPendingAdmins(account gethcommon.Address, admins []gethcommon.Address) {
fmt.Printf("Pending Admins\n for AccountAddress: %s", account)
fmt.Printf("Pending Admins for AccountAddress: %s \n", account)
fmt.Println(strings.Repeat("=", 60))
for _, admin := range admins {
fmt.Printf("%s \n", admin.String())
Expand Down

0 comments on commit 181176f

Please sign in to comment.