Skip to content

Commit 0815e69

Browse files
style: format code with prettier
1 parent f66c52a commit 0815e69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/web3mail/IExecWeb3mail.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ export class IExecWeb3mail {
109109
await isValidProvider(this.iexec);
110110
return sendEmail({
111111
...args,
112-
workerpoolAddressOrEns: args.workerpoolAddressOrEns || this.defaultWorkerpool,
112+
workerpoolAddressOrEns:
113+
args.workerpoolAddressOrEns || this.defaultWorkerpool,
113114
iexec: this.iexec,
114115
ipfsNode: this.ipfsNode,
115116
ipfsGateway: this.ipfsGateway,

0 commit comments

Comments
 (0)