Lint: remove trailing whitespace

This commit is contained in:
Nathan Shively-Sanders
2015-10-12 14:37:10 -07:00
parent 3a55c849c7
commit 92c2d48465
+1 -1
View File
@@ -10992,7 +10992,7 @@ namespace ts {
function getEffectiveDeclarationFlags(n: Node, flagsToCheck: NodeFlags): NodeFlags {
let flags = getCombinedNodeFlags(n);
// children of classes (even ambient classes) should not be marked as ambient or export
// because those flags have no useful semantics there.
if (n.parent.kind !== SyntaxKind.InterfaceDeclaration &&