Skip to content

Commit

Permalink
fix: forge format
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Joseph (JET) committed Oct 10, 2024
1 parent cbea604 commit 6e94713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MultiSigTransaction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ abstract contract MultiSigTransaction is MultiSigTimelock, IMultiSigTransaction
revert ERC20InsufficientAllowance(_msgSender(), allowance, neededAllowance);
}


SafeERC20.safeTransferFrom(erc20Token, _msgSender(), address(this), amount);
emit FundsReceived(_msgSender(), token, amount);
}
Expand Down

0 comments on commit 6e94713

Please sign in to comment.