Skip to content

Commit deb25e1

Browse files
committed
Append newline to printout of "Defaulted constraints"
1 parent f254619 commit deb25e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Sema/TypeCheckConstraints.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3921,6 +3921,7 @@ void ConstraintSystem::print(raw_ostream &out) const {
39213921
}, [&] {
39223922
out << ", ";
39233923
});
3924+
out << "\n";
39243925
}
39253926

39263927
if (failedConstraint) {

0 commit comments

Comments
 (0)