Turn off blank-lines Solium rule (#1284)
* turn off blank-lines rule
* remove triple newlines
(cherry picked from commit 9b37104655)
This commit is contained in:
committed by
Leo Arias
parent
49d2dd9e08
commit
e7aa8dedbc
@ -2,7 +2,6 @@ pragma solidity ^0.4.24;
|
||||
|
||||
import "../access/roles/PauserRole.sol";
|
||||
|
||||
|
||||
/**
|
||||
* @title Pausable
|
||||
* @dev Base contract which allows children to implement an emergency stop mechanism.
|
||||
@ -13,7 +12,6 @@ contract Pausable is PauserRole {
|
||||
|
||||
bool private _paused = false;
|
||||
|
||||
|
||||
/**
|
||||
* @return true if the contract is paused, false otherwise.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user