Skip to content

Commit 69bcd03

Browse files
chore: format code with prettier
1 parent cddddea commit 69bcd03

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

deployment-dapp/src/utils/utils.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ export const getIExec = (
99
providers: {},
1010
allowExperimentalNetworks: true,
1111
});
12-
return new IExec({
13-
ethProvider,
14-
}, {
15-
allowExperimentalNetworks: true,
16-
});
12+
return new IExec(
13+
{
14+
ethProvider,
15+
},
16+
{
17+
allowExperimentalNetworks: true,
18+
}
19+
);
1720
};
1821

1922
const APP_ADDRESS_FILE = '.app-address';

0 commit comments

Comments
 (0)