Skip to content

Commit

Permalink
Merge pull request #7 from safrant/master
Browse files Browse the repository at this point in the history
Roll back datum concatenation as unhelpful
  • Loading branch information
lexevs authored Dec 21, 2017
2 parents f787825 + 941d3da commit 82d7a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else if (datum.getValueType() != null
this.value = "0";
}
} else {
this.value = datum.getOperand() + " " + datum.getValue().toString();
this.value = datum.getValue().toString();
this.operand = datum.getOperand();
}
this.datum = datum;
Expand Down

0 comments on commit 82d7a50

Please sign in to comment.