Skip to content

Commit

Permalink
Reformat Celo solidity code
Browse files Browse the repository at this point in the history
with `pnpm lint:check`.
  • Loading branch information
karlb committed Sep 13, 2023
1 parent b8af5ec commit fd6345b
Show file tree
Hide file tree
Showing 29 changed files with 908 additions and 951 deletions.
8 changes: 4 additions & 4 deletions packages/contracts-bedrock/src/celo/CalledByVm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
pragma solidity >=0.5.13 <0.9.0;

contract CalledByVm {
modifier onlyVm() {
require(msg.sender == address(0), "Only VM can call");
_;
}
modifier onlyVm() {
require(msg.sender == address(0), "Only VM can call");
_;
}
}
Loading

0 comments on commit fd6345b

Please sign in to comment.