Skip to content

Commit

Permalink
Fixing Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Gustavo Abou Hatem De Liz committed Jul 24, 2023
1 parent 2f708c9 commit 513f08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer-js/src/modules/sor/pool-data/onChainData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ const generateMultipools = <GenericPool extends BalancerPool>(
return { multipools: multicallers, poolsToBeCalled };
};

const executeChunks = async(
const executeChunks = async (
multipools: Multicaller[]
): Promise<Record<string, MulticallPool>> => {
const multicallPools = (
Expand Down

0 comments on commit 513f08f

Please sign in to comment.