Skip to content

Commit ad97ee8

Browse files
committed
fix: linting issue
1 parent e1427ce commit ad97ee8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core/ModuleManager.sol

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ import { ResolverManager } from "./ResolverManager.sol";
1010
import { IRegistry } from "../IRegistry.sol";
1111

1212
/**
13-
* In order for Attesters to be able to make statements about a Module, the Module first needs to be registered on the Registry. This can be done as part of or after Module deployment. On registration, every module is tied to a [ResolverManager](../ModuleManager.sol/abstract.ResolverManager.html) that is triggered on certain registry actions.
13+
* In order for Attesters to be able to make statements about a Module, the Module first needs to be registered on the Registry.
14+
* This can be done as part of or after Module deployment. On registration, every module is tied to a
15+
* [ResolverManager](../ModuleManager.sol/abstract.ResolverManager.html) that is triggered on certain registry actions.
1416
*
1517
* The ModuleManager contract is responsible for handling module the registration,
1618
* storage and retrieval of modules on the Registry.

0 commit comments

Comments
 (0)