Przeglądaj źródła

Removes extra new lines

main
Eric Amodio 3 lat temu
rodzic
commit
2c4bbaef80
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/views/viewBase.ts

+ 2
- 2
src/views/viewBase.ts Wyświetl plik

@ -129,8 +129,8 @@ export abstract class ViewBase<
}`;
} else {
item.tooltip.appendMarkdown(
`\n\n---\n\ncontext: \`${item.contextValue}\`\n\nnode: \`${node.toString()}\`${
parent != null ? `\n\nparent: \`${parent.toString()}\`` : ''
`\n\n---\n\ncontext: \`${item.contextValue}\`\\\nnode: \`${node.toString()}\`${
parent != null ? `\\\nparent: \`${parent.toString()}\`` : ''
}`,
);
}

Ładowanie…
Anuluj
Zapisz