Merge pull request #6868 from ethereum/docs-style-fix-control-struct

[DOCS] Update code examples in control structures doc to match style guide
This commit is contained in:
chriseth 2019-05-29 20:07:09 +02:00 committed by GitHub
commit 00f24555d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,6 +271,7 @@ because only a reference and not a copy is passed.
pragma solidity >=0.4.16 <0.7.0; pragma solidity >=0.4.16 <0.7.0;
contract C { contract C {
uint[20] x; uint[20] x;