Add Prettier for linting and fix Solhint config (#2697)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
@ -35,7 +35,7 @@ abstract contract ReentrancyGuard {
|
||||
|
||||
uint256 private _status;
|
||||
|
||||
constructor () {
|
||||
constructor() {
|
||||
_status = _NOT_ENTERED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user