Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 619beb1

Browse files
committed
Fix lint
1 parent cc436d8 commit 619beb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/helpers/strategyHelpers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ export const deployRSITrendingTriggerAsync = async(
440440
};
441441

442442
export const initializeManagerAsync = async(
443-
macoManager: MACOStrategyManagerContract | MACOStrategyManagerV2Contract | AssetPairManagerContract | AssetPairManagerV2Contract,
443+
macoManager:
444+
MACOStrategyManagerContract | MACOStrategyManagerV2Contract | AssetPairManagerContract | AssetPairManagerV2Contract,
444445
rebalancingSetTokenAddress: Address,
445446
): Promise<void> => {
446447
await macoManager.initialize.sendTransactionAsync(rebalancingSetTokenAddress);

0 commit comments

Comments
 (0)