Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LePremierHomme committed Nov 15, 2024
1 parent 7ae37c7 commit 50d7e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fendermint/vm/interpreter/src/fvm/observe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ mod tests {
let mut r = thread_rng();
let secret_key = SecretKey::random(&mut r);
let pk = secret_key.public_key().serialize();
let addr = Address::new_secp256k1(&pk).unwrap();
let addr = Address::new_secp256k1(&pk).unwrap();

emit(CheckpointSigned {
role: CheckpointSignedRole::Own,
Expand Down

0 comments on commit 50d7e06

Please sign in to comment.