Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Mar 19, 2024
1 parent 5702319 commit 11ffc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ pub async fn build_vote_proposal(
eprintln!(
"NB: voter address {} is a validator, and validators can only \
vote on proposals within the first 2/3 of the voting period.",
voter_address
voter_address

Check warning on line 1997 in crates/sdk/src/tx.rs

View check run for this annotation

Codecov / codecov/patch

crates/sdk/src/tx.rs#L1997

Added line #L1997 was not covered by tests
);
}
if !tx.force {
Expand Down

0 comments on commit 11ffc77

Please sign in to comment.