Skip to content

Commit

Permalink
🎨 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Jan 12, 2024
1 parent 724d6a2 commit 3784b38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,14 @@ contract ABISessionValidationModule is ISessionValidationModule {
return true;
}

/**
/**
* @dev Parses a rule with a given index from the rules list
* @param rules the rules list as a bytes array
* @param index the index of the rule to be parsed
* @return offset - the offset of the parameter in the calldata (multiplier of 32)
* @return condition - the condition to be checked
* @return value - the reference value to be checked against
*/
*/
function _parseRule(
bytes calldata rules,
uint256 index
Expand Down

0 comments on commit 3784b38

Please sign in to comment.