Skip to content

Commit

Permalink
remove extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed Dec 17, 2024
1 parent d285b32 commit 55efcd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/contracts/token/OUSD.sol
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ contract OUSD is Governable {
uint256 userAllowance = allowances[_from][msg.sender];
require(_value <= userAllowance, "Allowance exceeded");


unchecked {
allowances[_from][msg.sender] = userAllowance - _value;
}
Expand Down

0 comments on commit 55efcd6

Please sign in to comment.