mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
remove whitespace
This commit is contained in:
@@ -377,7 +377,6 @@ namespace ts.NavigationBar {
|
||||
}
|
||||
|
||||
function getItemName(node: Node): string {
|
||||
|
||||
if (node.kind === SyntaxKind.ModuleDeclaration) {
|
||||
return getModuleName(<ModuleDeclaration>node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user