From: Andrew Reynolds Date: Tue, 14 Jul 2020 00:53:25 +0000 (-0500) Subject: Fix whitespace issue in instantiations output. (#4737) X-Git-Tag: cvc5-1.0.0~3119 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cafc00bd77aa08ae58a695f6364c3ca0f538e9d8;p=cvc5.git Fix whitespace issue in instantiations output. (#4737) Fixes regress1. --- diff --git a/src/theory/quantifiers/instantiate.cpp b/src/theory/quantifiers/instantiate.cpp index d40a2c13d..deed76fc9 100644 --- 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; }