瀏覽代碼

Removes extra new lines

main
Eric Amodio 3 年之前
父節點
當前提交
2c4bbaef80
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/views/viewBase.ts

+ 2
- 2
src/views/viewBase.ts 查看文件

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

Loading…
取消
儲存