Skip to content

Commit 0636339

Browse files
committed
minor cleanup
1 parent 0986a59 commit 0636339

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rocketpool-cli/tndao/proposals.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ func getProposals(c *cli.Context) error {
8484
fmt.Printf("Votes against: %.2f\n", proposal.VotesAgainst)
8585
if proposal.MemberVoted {
8686
if proposal.MemberSupported {
87-
fmt.Printf("Node voted: for\n")
87+
fmt.Printf("Node has voted: for\n")
8888
} else {
89-
fmt.Printf("Node voted: against\n")
89+
fmt.Printf("Node has voted: against\n")
9090
}
9191
} else {
92-
fmt.Printf("Node voted: no\n")
92+
fmt.Printf("Node has voted: no\n")
9393
}
9494

9595
fmt.Printf("\n")

0 commit comments

Comments
 (0)