Browse Source

style

cl-refactor
CJentzsch 10 years ago
parent
commit
fa50ff051f
  1. 2
      test/JSON_test.sol

2
test/JSON_test.sol

@ -11,7 +11,6 @@
event Log4Anonym(bool indexed aBool, address indexed aAddress, bytes32 indexed aBytes32, int8 aInt8, uint value) ; event Log4Anonym(bool indexed aBool, address indexed aAddress, bytes32 indexed aBytes32, int8 aInt8, uint value) ;
function JSON_Test() { function JSON_Test() {
} }
function setBool(bool _bool) { function setBool(bool _bool) {
@ -126,6 +125,5 @@
address myAddress; address myAddress;
bytes0 myBytes0; bytes0 myBytes0;
bytes32 myBytes32; bytes32 myBytes32;
} }

Loading…
Cancel
Save