Skip to content

Commit 41b6e2a

Browse files
committed
format
1 parent 2531d35 commit 41b6e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15547,7 +15547,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
1554715547
let firstValueDeclaration: Declaration | undefined;
1554815548
let hasNonUniformValueDeclaration = false;
1554915549
for (const prop of props) {
15550-
if(!prop.valueDeclaration){
15550+
if (!prop.valueDeclaration) {
1555115551
hasNonUniformValueDeclaration = true;
1555215552
}
1555315553
else if (!firstValueDeclaration) {

0 commit comments

Comments
 (0)