Skip to content

Commit 2df1ec4

Browse files
committed
style: fix formatting
1 parent 26bfa34 commit 2df1ec4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Payments.sol

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -492,12 +492,7 @@ contract Payments is ReentrancyGuard {
492492
uint8 v,
493493
bytes32 r,
494494
bytes32 s
495-
)
496-
external
497-
nonReentrant
498-
validateNonZeroAddress(to, "to")
499-
settleAccountLockupBeforeAndAfter(token, to, false)
500-
{
495+
) external nonReentrant validateNonZeroAddress(to, "to") settleAccountLockupBeforeAndAfter(token, to, false) {
501496
_depositWithPermit(token, to, amount, deadline, v, r, s);
502497
}
503498

0 commit comments

Comments
 (0)