Skip to content

Commit

Permalink
reafctor(contracts): remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Apr 5, 2024
1 parent 70d2592 commit 3c8c1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GlobalManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contract GlobalManager is XApp {
address public owner;
uint64[] public chainIds;
mapping(uint64 => address) public chainIdContracts;
mapping (address => mapping(uint64 => uint256)) public userChainIdStakes;
mapping(address => mapping(uint64 => uint256)) public userChainIdStakes;

constructor(address portal) XApp(portal) {
owner = msg.sender;
Expand Down

0 comments on commit 3c8c1fb

Please sign in to comment.