From 50ac14f70ad4ef86f8cabba427e0ead8498746cb Mon Sep 17 00:00:00 2001 From: Florian Pellissier <111426680+flopell@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:03:41 +0200 Subject: [PATCH] style: make clippy happy --- substreams/ethereum-balancer/src/pool_factories.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/substreams/ethereum-balancer/src/pool_factories.rs b/substreams/ethereum-balancer/src/pool_factories.rs index df03123..6563c81 100644 --- a/substreams/ethereum-balancer/src/pool_factories.rs +++ b/substreams/ethereum-balancer/src/pool_factories.rs @@ -30,16 +30,16 @@ impl SerializableVecBigInt for Vec { } /// This is the main function that handles the creation of `ProtocolComponent`s with `Attribute`s -/// based on the specific factory address. There's 3 factory groups that are represented here: +/// based on the specific factory address. There's 3 factory groups that are represented here: /// - Weighted Pool Factories /// - Linear Pool Factories /// - Stable Pool Factories /// /// (Balancer does have a bit more (esp. in the deprecated section) that could be implemented as -/// desired.) +/// desired.) /// We use the specific ABIs to decode both the log event and corresponding call to gather -/// `PoolCreated` event information alongside the `Create` call data that provide us details to -/// fulfill both the required details + any extra `Attributes` +/// `PoolCreated` event information alongside the `Create` call data that provide us details to +/// fulfill both the required details + any extra `Attributes` /// Ref: https://docs.balancer.fi/reference/contracts/deployment-addresses/mainnet.html pub fn address_map( pool_factory_address: &[u8],