Add Prettier for linting and fix Solhint config (#2697)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
@ -29,7 +29,7 @@ abstract contract Pausable is Context {
|
||||
/**
|
||||
* @dev Initializes the contract in unpaused state.
|
||||
*/
|
||||
constructor () {
|
||||
constructor() {
|
||||
_paused = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user