Skip to content

Commit

Permalink
ci: fix prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Nov 7, 2024
1 parent ea2fe8f commit 0c2f48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/test/10_unit-testing/11_plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2822,7 +2822,7 @@ describe('Multisig', function () {

const abiA = CustomExecutorMock__factory.abi;
const abiB = Multisig__factory.abi;

// @ts-expect-error correct abi type
const mergedABI = abiA.concat(abiB);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {METADATA, VERSION} from '../../plugin-settings';
import {MultisigSetup, Multisig__factory} from '../../typechain';
import {MultisigSetup__factory} from '../../typechain';
import {getProductionNetworkName, findPluginRepo} from '../../utils/helpers';
import {
Operation,
Expand Down Expand Up @@ -30,8 +31,6 @@ import {
PluginSetupProcessor__factory,
DAO,
} from '@aragon/osx-ethers';
import {MultisigSetup__factory} from '../../typechain';

import {loadFixture} from '@nomicfoundation/hardhat-network-helpers';
import {SignerWithAddress} from '@nomiclabs/hardhat-ethers/signers';
import {expect} from 'chai';
Expand Down

0 comments on commit 0c2f48b

Please sign in to comment.