Skip to content

Commit

Permalink
chore: cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justingreenberg committed Nov 20, 2023
1 parent e48dbb2 commit 6ffb182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/enforcers/CaveatEnforcer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ abstract contract CaveatEnforcer {

/**
* @dev Enforces that the loan terms are identical except for the issuer
* @param solution The additional transfers to be made
* @param loan The loan terms
* @param caveatData The borrowers encoded details
* @param solution The additional transfers to be made
* @param loan The loan terms
* @param caveatData The borrowers encoded details
*/
function validate(AdditionalTransfer[] calldata solution, Starport.Loan calldata loan, bytes calldata caveatData)
public
Expand Down

0 comments on commit 6ffb182

Please sign in to comment.