Commit 108f1fe8 authored by Maurelian's avatar Maurelian

feat(ctb): Commenting cleanup

parent 53fb127a
...@@ -12,8 +12,8 @@ import { console2 as console } from "forge-std/console2.sol"; ...@@ -12,8 +12,8 @@ import { console2 as console } from "forge-std/console2.sol";
/// @title LivenessModule /// @title LivenessModule
/// @notice This module is intended to be used in conjunction with the LivenessGuard. It should be able to /// @notice This module is intended to be used in conjunction with the LivenessGuard. It should be able to
/// execute a transaction on the Safe in only a small number of cases: /// execute a transaction on the Safe in only a small number of cases.
contract LivenessModule { contract LivenessModule is ISemver {
/// @notice The Safe contract instance /// @notice The Safe contract instance
Safe public safe; Safe public safe;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment