Skip to content

Commit 4a02d51

Browse files
author
Amritpan Kaur
committed
[CSGen] Add space after initial constraints.
Visually separate initial constraints printed for the first time from solver steps.
1 parent 5784f74 commit 4a02d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/Sema/CSGen.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4207,6 +4207,7 @@ bool ConstraintSystem::generateConstraints(
42074207
print(log, expr);
42084208
log << "\n";
42094209
print(log);
4210+
log << "\n";
42104211
}
42114212

42124213
return false;

0 commit comments

Comments
 (0)