We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4f3f commit 101d680Copy full SHA for 101d680
__fixtures__/schema-data/public-methods/contract.ts
@@ -29,4 +29,4 @@ export class MyContract {
29
public removeToken(index: number) {
30
this.state.tokens.splice(index, 1);
31
}
32
-}
+}
0 commit comments