Skip to content

Commit aecd184

Browse files
author
Amritpan Kaur
committed
[TypeCheckConstraints] Fix overload choices indentation.
1 parent 7c3cb4f commit aecd184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckConstraints.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,9 +1299,9 @@ void Solution::dump(raw_ostream &out) const {
12991299
if (!overloadChoices.empty()) {
13001300
out << "\nOverload choices:";
13011301
for (auto ovl : overloadChoices) {
1302-
out.indent(2);
13031302
if (ovl.first) {
13041303
out << "\n";
1304+
out.indent(2);
13051305
ovl.first->dump(sm, out);
13061306
}
13071307

0 commit comments

Comments
 (0)