We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b431c commit 181176fCopy full SHA for 181176f
pkg/user/admin/list_pending.go
@@ -72,7 +72,7 @@ func listPendingAdmins(
72
}
73
74
func printPendingAdmins(account gethcommon.Address, admins []gethcommon.Address) {
75
- fmt.Printf("Pending Admins\n for AccountAddress: %s", account)
+ fmt.Printf("Pending Admins for AccountAddress: %s \n", account)
76
fmt.Println(strings.Repeat("=", 60))
77
for _, admin := range admins {
78
fmt.Printf("%s \n", admin.String())
0 commit comments