Skip to content

Commit

Permalink
Space before final "(not foo)"
Browse files Browse the repository at this point in the history
  • Loading branch information
twanvl committed May 5, 2018
1 parent 567789e commit d8a9a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sts_exporter/Exporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ private static String combineDescriptions(String a, String b) {
}
if (prev == 'b') out.append(")");
if (prev == 'a') {
out.append("(not");
out.append(" (not");
for (int j = astart ; j < words.size() ; j++) {
out.append(" ");
out.append(words.get(j));
Expand Down

0 comments on commit d8a9a34

Please sign in to comment.