Skip to content

Commit d347420

Browse files
committed
[NFC] Fix a dump style inconsistency between ConstraintLocatorBuilder & ConstraintLocator
1 parent afa63d6 commit d347420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/ConstraintLocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ void ConstraintLocatorBuilder::dump(SourceManager *SM, llvm::raw_ostream &out) c
812812
prev->dump(SM, out);
813813
}
814814
if (element) {
815-
out << " -> ";
815+
out << " ";
816816
element->dump(out);
817817
}
818818
}

0 commit comments

Comments
 (0)