Skip to content

Commit

Permalink
prettier auto formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 authored and github-actions[bot] committed Aug 24, 2024
1 parent 70ac7f7 commit 08661df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/contracts/beanstalk/init/InitMint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ contract InitMint {
function init(address bean, address payee, uint256 amount) external {
IBean(bean).mint(payee, amount);
}

}

0 comments on commit 08661df

Please sign in to comment.