Skip to content

Commit 1486a04

Browse files
committed
minor change
1 parent 885984d commit 1486a04

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contracts/examples/mintable-erc20-transfer/FxMintableERC20ChildTunnel.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,4 @@ contract FxMintableERC20ChildTunnel is Ownable, FxBaseChildTunnel, Create2 {
145145
return (size > 0);
146146
}
147147
}
148+

contracts/examples/mintable-erc20-transfer/FxMintableERC20RootTunnel.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ contract FxMintableERC20RootTunnel is FxBaseRootTunnel, Create2 {
9696
return (size > 0);
9797
}
9898
}
99+

0 commit comments

Comments
 (0)