projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb249c
)
Fix whitespace issue in instantiations output. (#4737)
author
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Tue, 14 Jul 2020 00:53:25 +0000
(19:53 -0500)
committer
GitHub
<noreply@github.com>
Tue, 14 Jul 2020 00:53:25 +0000
(19:53 -0500)
Fixes regress1.
src/theory/quantifiers/instantiate.cpp
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/instantiate.cpp
b/src/theory/quantifiers/instantiate.cpp
index d40a2c13d02537f120736256c8c5d9da59b6e46d..deed76fc95be72ae755bb602d91d14d3664ccfeb 100644
(file)
--- a/
src/theory/quantifiers/instantiate.cpp
+++ b/
src/theory/quantifiers/instantiate.cpp
@@
-523,7
+523,6
@@
bool Instantiate::printInstantiationsList(std::ostream& out)
}
}
}
- out << std::endl;
return printed;
}