summaryrefslogtreecommitdiff
path: root/src/proof/array_proof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/array_proof.cpp')
-rw-r--r--src/proof/array_proof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/array_proof.cpp b/src/proof/array_proof.cpp
index 514d81184..32a7c247d 100644
--- a/src/proof/array_proof.cpp
+++ b/src/proof/array_proof.cpp
@@ -1271,7 +1271,7 @@ void LFSCArrayProof::printOwnedSort(Type type, std::ostream& os) {
printSort(array_type.getConstituentType(), os);
os << ")";
} else {
- os << type <<" ";
+ os << type;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback