Skip to content

Commit 2ab1da1

Browse files
committed
Update Exercise 2 to match files
1 parent 8b4e122 commit 2ab1da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/exercises/Exercise-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import "./token.sol";
8484
/// echidna program-analysis/echidna/exercises/exercise2/template.sol
8585
/// ```
8686
contract TestToken is Token {
87-
constructor() public {
87+
constructor() {
8888
pause(); // pause the contract
8989
owner = address(0); // lose ownership
9090
}

0 commit comments

Comments
 (0)