Ver Fonte

Remove trailing whitespace

Francisco Giordano há 3 anos atrás
pai
commit
9a7e4a0112
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -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();
      }
  }
 ```