Skip to content

Commit

Permalink
removed order
Browse files Browse the repository at this point in the history
  • Loading branch information
Robsonsjre committed Jun 22, 2021
1 parent fad07ee commit 1ff83af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/configuration/ConfigurationManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "../interfaces/IConfigurationManager.sol";
* @author Pods Finance
* @notice Allows contracts to read protocol-wide configuration modules
*/
contract ConfigurationManager is Ownable, IConfigurationManager, ModuleStorage {
contract ConfigurationManager is IConfigurationManager, ModuleStorage, Ownable {
mapping(bytes32 => uint256) private _parameters;

/* solhint-disable private-vars-leading-underscore */
Expand Down

0 comments on commit 1ff83af

Please sign in to comment.