Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
burnto committed Jan 22, 2024
1 parent d5557e4 commit 56a0c3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Pizza.sol
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ contract Pizza is Initializable, Context, Multicall, ReentrancyGuard {
* @notice Releases the ETH bounty to the bounty receiver.
* @param _bountyReceiver The address of the bounty receiver.
*/

function _payBounty(address _bountyReceiver) private {
uint256 bountyAmount = address(this).balance * bounty / BOUNTY_PRECISION;
if (bountyAmount > 0) {
Expand Down

0 comments on commit 56a0c3d

Please sign in to comment.