Skip to content

Commit

Permalink
revert spacing change
Browse files Browse the repository at this point in the history
Signed-off-by: lukelee-sl <[email protected]>
  • Loading branch information
lukelee-sl committed Jul 26, 2022
1 parent 373ccdc commit fb28bd3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/relay/src/lib/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@ export class EthImpl implements Eth {
}

if (_.isNil(networkFees)) {
networkFees = {
fees: [
{
gas: await this.sdkClient.getTinyBarGasFee(callerName),
'transaction_type': EthImpl.ethTxType
}
]
};
networkFees = {
fees: [
{
gas: await this.sdkClient.getTinyBarGasFee(callerName),
'transaction_type': EthImpl.ethTxType
}
]
};
}

if (networkFees && Array.isArray(networkFees.fees)) {
Expand Down

0 comments on commit fb28bd3

Please sign in to comment.