Ver a proveniência

Removes extra new lines

main
Eric Amodio há 4 anos
ascendente
cometimento
2c4bbaef80
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/views/viewBase.ts

+ 2
- 2
src/views/viewBase.ts Ver ficheiro

@ -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()}\`` : ''
}`,
);
}

Carregando…
Cancelar
Guardar