remove whitespace

This commit is contained in:
Arthur Ozga 2016-10-25 11:06:04 -07:00
parent 77df58bdb6
commit 59cfa2eafe

View file

@ -377,7 +377,6 @@ namespace ts.NavigationBar {
}
function getItemName(node: Node): string {
if (node.kind === SyntaxKind.ModuleDeclaration) {
return getModuleName(<ModuleDeclaration>node);
}