Commit 8b19e3c2 by Francisco Giordano

fix linter errors

parent dca62efb
...@@ -4,6 +4,7 @@ import "../ownership/Ownable.sol"; ...@@ -4,6 +4,7 @@ import "../ownership/Ownable.sol";
import "../ownership/rbac/RBAC.sol"; import "../ownership/rbac/RBAC.sol";
import "../ECRecovery.sol"; import "../ECRecovery.sol";
/** /**
* @title SignatureBouncer * @title SignatureBouncer
* @author PhABC and Shrugs * @author PhABC and Shrugs
......
pragma solidity ^0.4.21; pragma solidity ^0.4.21;
import "./RBAC.sol"; import "./RBAC.sol";
import 'zos-lib/contracts/migrations/Migratable.sol'; import "zos-lib/contracts/migrations/Migratable.sol";
/** /**
* @title RBACWithAdmin * @title RBACWithAdmin
......
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