Skip to content

Commit 92c2d48

Browse files
committed
Lint: remove trailing whitespace
1 parent 3a55c84 commit 92c2d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10992,7 +10992,7 @@ namespace ts {
1099210992

1099310993
function getEffectiveDeclarationFlags(n: Node, flagsToCheck: NodeFlags): NodeFlags {
1099410994
let flags = getCombinedNodeFlags(n);
10995-
10995+
1099610996
// children of classes (even ambient classes) should not be marked as ambient or export
1099710997
// because those flags have no useful semantics there.
1099810998
if (n.parent.kind !== SyntaxKind.InterfaceDeclaration &&

0 commit comments

Comments
 (0)