Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Dec 22, 2023
1 parent 3b1101a commit d3b0d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly/std/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ export function currentThread(): u8 {
*/
export function chainId(): u64 {
return env.chainId();
}
}
2 changes: 1 addition & 1 deletion assembly/vm-mock/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ export declare function setDeployContext(callerAddress?: string): void;
export declare function setLocalContext(address?: string): void;

@external("massa", "assembly_script_set_chain_id")
export declare function mockSetChainId(value: number): void;
export declare function mockSetChainId(value: number): void;

0 comments on commit d3b0d9e

Please sign in to comment.