Skip to content

Commit

Permalink
fix linting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenwang1996 committed Aug 28, 2019
1 parent 2ae7bec commit 4a9a8eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src.ts/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ export interface TransactionLog {
}

export interface TransactionResult {
status: string,
logs: string[],
receipts: string[],
result?: string,
status: string;
logs: string[];
receipts: string[];
result?: string;
}

export interface FinalTransactionResult {
Expand Down

0 comments on commit 4a9a8eb

Please sign in to comment.