Remove trailing whitespaces

This commit is contained in:
Denton Liu
2016-08-24 11:43:55 -04:00
parent e20afc71ce
commit ac799aff0e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ API, this is done as follows::
// Need to specify some source including contract name for the data param below
var source = "contract CONTRACT_NAME { function CONTRACT_NAME(unit a, uint b) {} }";
// The json abi array generated by the compiler
var abiArray = [
{