Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xh3rman committed Nov 9, 2024
1 parent e21896d commit b30b42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/parser/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ impl Parser {
.to_vec()
.clone()
.into_iter()
.flat_map(|transaction| storage::models::TransactionAddresses::from_primitive(transaction))
.flat_map(storage::models::TransactionAddresses::from_primitive)
.collect::<Vec<storage::models::TransactionAddresses>>();

if transactions.is_empty() || transaction_addresses.is_empty() {
Expand Down

0 comments on commit b30b42e

Please sign in to comment.