Skip to content

Commit

Permalink
fix(lint): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 22, 2024
1 parent 5618690 commit 21224e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/ant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class ANT implements ANTContract, BaseContract<ANTState> {
const state = await this.contract.getState({ evaluationOptions });
return state.controllers;
}

async getName({
evaluationOptions,
}: {
Expand Down
1 change: 0 additions & 1 deletion src/common/contracts/remote-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
import {
BaseContract,
ContractConfiguration,
ContractSigner,
EvaluationParameters,
HTTPClient,
Expand Down
1 change: 0 additions & 1 deletion src/common/contracts/warp-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {

import {
BaseContract,
ContractConfiguration,
ContractSigner,
EvaluationParameters,
ReadContract,
Expand Down

0 comments on commit 21224e2

Please sign in to comment.