Skip to content

Commit 101d680

Browse files
authored
Update __fixtures__/schema-data/public-methods/contract.ts
1 parent c2d4f3f commit 101d680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__fixtures__/schema-data/public-methods/contract.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export class MyContract {
2929
public removeToken(index: number) {
3030
this.state.tokens.splice(index, 1);
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)