Commit 9a7e4a01 by Francisco Giordano

Remove trailing whitespace

parent e141d891
......@@ -24,7 +24,7 @@ It is no longer possible to call an `initializer`-protected function from within
}
contract B is A {
function initialize() public initializer {
A.initialize();
A.initialize();
}
}
```
......
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