Fix minor indentation issue in checker.ts

This commit is contained in:
Sam Vervaeck 2023-04-12 14:27:21 +02:00
parent 9c24ddb07e
commit f2ea45873c
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -2340,7 +2340,6 @@ export class Checker {
this.solve(new CMany(constraints), this.solution);
}
private lookupClass(name: string): ClassDeclaration | null {