Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpepepig committed Aug 28, 2024
1 parent 7d7538f commit 1360fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ abstract contract RecipientsExtension is BaseStrategy, Errors, IRecipientsExtens
/// @param _newStatus New proposed status
/// @param _oldStatus Previous status
/// @param _recipientIndex The index of the recipient in case the recipient data needs to be accessed
/// @return _reviewedStatus The actual new status to use
/// @return _reviewedStatus The actual new status to use
function _reviewRecipientStatus(Status _newStatus, Status _oldStatus, uint256 _recipientIndex)
internal
virtual
Expand Down

0 comments on commit 1360fdf

Please sign in to comment.