Skip to content

Commit

Permalink
mlint
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jan 5, 2025
1 parent 8ec62c1 commit 464ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstract/ReceiptVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ abstract contract ReceiptVault is
/// Deposits are payable so this allows refunds.
receive() external payable {}

/// Initialize the `ReceiptVault` and .
/// Initialize the `ReceiptVault`.
/// @param config All config required for initialization.
// solhint-disable-next-line func-name-mixedcase
// slither-disable-next-line naming-convention
Expand Down

0 comments on commit 464ea5e

Please sign in to comment.