chore: update format! macro use to satisfy latest clippy version (#194)
This commit is contained in:
@@ -18,7 +18,7 @@ pub fn store_pools(pools_created: BlockEntityChanges, store: StoreSetIfNotExists
|
||||
currency1: component_change.tokens[1].clone(),
|
||||
created_tx_hash: change.tx.as_ref().unwrap().hash.clone(),
|
||||
};
|
||||
store.set_if_not_exists(0, format!("{}:{}", "pool", pool_address), &pool);
|
||||
store.set_if_not_exists(0, format!("pool:{pool_address}"), &pool);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user