Skip to content

Commit

Permalink
Fixed cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Mar 25, 2024
1 parent f93b371 commit d9f5556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion abigen-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ mod tests {
event,
Ok(Event {
param0: IndexedDynamicValue::<String>::new(
hex!("fffffffffffffffffffffffffffffffffffffffffffffffffffff713f526b11d").to_vec(),
hex!("fffffffffffffffffffffffffffffffffffffffffffffffffffff713f526b11d")
.to_vec(),
),
}),
);
Expand Down

0 comments on commit d9f5556

Please sign in to comment.