Skip to content

Commit

Permalink
Remove incorrect closing bracket from JSON output. Fixes #154.
Browse files Browse the repository at this point in the history
  • Loading branch information
guidotack committed Mar 28, 2017
1 parent 25a2fea commit f90ec5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/output.cpp
Expand Up @@ -599,10 +599,6 @@ namespace MiniZinc {
assert(fi);
show->decl(fi);
outputVars.push_back(show);
if (vd->type().dim() > 0) {
StringLit* eol = new StringLit(Location().introduce(),")");
outputVars.push_back(eol);
}
}
}
void vOutputI(OutputI* oi) {
Expand Down

0 comments on commit f90ec5d

Please sign in to comment.