Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Jan 12, 2024
1 parent 453b610 commit c55fb11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/ForkonomicToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ contract ForkonomicToken is
);
}


/// @inheritdoc IForkonomicToken
function splitTokensIntoChildTokens(uint256 amount) external {
splitTokenAndMintOneChild(amount, true, false);
Expand Down

0 comments on commit c55fb11

Please sign in to comment.