Skip to content

Commit 1d968ab

Browse files
committed
microsoft#25002: removed unneccessary newlines
1 parent d39e424 commit 1d968ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/checker.ts

-3
Original file line numberDiff line numberDiff line change
@@ -22063,12 +22063,9 @@ namespace ts {
2206322063
const secondType = getAnnotatedType(second);
2206422064
if (firstType && secondType && !isTypeIdenticalTo(firstType, secondType)) {
2206522065
const typeNameSecondType = typeToString(secondType);
22066-
2206722066
if(isGetAccessor(first)){
22068-
2206922067
const diagnostic: Diagnostic = error(first, message, typeNameSecondType);
2207022068
addRelatedInfo(diagnostic, createDiagnosticForNode(first, Diagnostics.The_respective_set_accessor_has_the_type_0, typeNameSecondType));
22071-
2207222069
}
2207322070
}
2207422071
}

0 commit comments

Comments
 (0)