Skip to content

Commit

Permalink
fix(ario): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 15, 2024
1 parent 2ffb3b0 commit c61570a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common/ar-io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ import { RemoteContract } from './contracts/remote-contract.js';
// TODO: append this with other configuration options (e.g. local vs. remote evaluation)
export type ContractConfiguration =
| {
contract?: SmartWeaveContract<unknown>;
}
contract?: SmartWeaveContract<unknown>;
}
| {
contractTxId: string;
};
contractTxId: string;
};

function isContractConfiguration<T>(
config: ContractConfiguration,
Expand Down

0 comments on commit c61570a

Please sign in to comment.