Fix spacing in InstanceNotFoundDiagnostic
This commit is contained in:
parent
59b553410b
commit
31d813e94b
1 changed files with 1 additions and 0 deletions
|
@ -556,6 +556,7 @@ namespace bolt {
|
||||||
writePrefix(E);
|
writePrefix(E);
|
||||||
write("a type class instance ");
|
write("a type class instance ");
|
||||||
writeTypeclassName(E.TypeclassName);
|
writeTypeclassName(E.TypeclassName);
|
||||||
|
write(" ");
|
||||||
writeType(E.Ty);
|
writeType(E.Ty);
|
||||||
write(" was not found.\n\n");
|
write(" was not found.\n\n");
|
||||||
writeNode(E.Source);
|
writeNode(E.Source);
|
||||||
|
|
Loading…
Reference in a new issue