Skip to content

Commit 942e8fb

Browse files
authored
Merge pull request swiftlang#31489 from Jumhyn/constraint-system-dump-newline
2 parents fa69a34 + deb25e1 commit 942e8fb

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
@@ -3194,6 +3194,7 @@ void ConstraintSystem::print(raw_ostream &out) const {
31943194
}, [&] {
31953195
out << ", ";
31963196
});
3197+
out << "\n";
31973198
}
31983199

31993200
if (failedConstraint) {

0 commit comments

Comments
 (0)