mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
forgot to take the auto tabs off...turned into spaces
This commit is contained in:
parent
4a6815c9bd
commit
b230fe1905
@ -326,7 +326,7 @@ Examples::
|
|||||||
struct S { uint a; uint b; }
|
struct S { uint a; uint b; }
|
||||||
S public x = S(1, 2);
|
S public x = S(1, 2);
|
||||||
string name = "Ada";
|
string name = "Ada";
|
||||||
string[4] memory AdaArr = ["This", "is", "an", "array"];
|
string[4] memory AdaArr = ["This", "is", "an", "array"];
|
||||||
}
|
}
|
||||||
contract D {
|
contract D {
|
||||||
C c = new C();
|
C c = new C();
|
||||||
|
Loading…
Reference in New Issue
Block a user