Skip to content

Commit 181176f

Browse files
committed
Adding new line for pending admins command output.
1 parent 28b431c commit 181176f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/user/admin/list_pending.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func listPendingAdmins(
7272
}
7373

7474
func printPendingAdmins(account gethcommon.Address, admins []gethcommon.Address) {
75-
fmt.Printf("Pending Admins\n for AccountAddress: %s", account)
75+
fmt.Printf("Pending Admins for AccountAddress: %s \n", account)
7676
fmt.Println(strings.Repeat("=", 60))
7777
for _, admin := range admins {
7878
fmt.Printf("%s \n", admin.String())

0 commit comments

Comments
 (0)