Merge branch 'fix/serialization-test' of github.com:AleoHQ/leo into fix/return-type-check

This commit is contained in:
collin 2021-01-08 20:28:02 -05:00
commit 62dc7b4b22

View File

@ -69,9 +69,9 @@
}
},
"span": {
"input": "function main() {\n return 1 + 1\n}\n",
"input": "function main() {\n return 1 + 1\n}",
"start": 0,
"end": 37
"end": 36
}
}
}