Skip to content

Commit 2c4bbae

Browse files
committed
Removes extra new lines
1 parent 7039823 commit 2c4bbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/viewBase.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ export abstract class ViewBase<
129129
}`;
130130
} else {
131131
item.tooltip.appendMarkdown(
132-
`\n\n---\n\ncontext: \`${item.contextValue}\`\n\nnode: \`${node.toString()}\`${
133-
parent != null ? `\n\nparent: \`${parent.toString()}\`` : ''
132+
`\n\n---\n\ncontext: \`${item.contextValue}\`\\\nnode: \`${node.toString()}\`${
133+
parent != null ? `\\\nparent: \`${parent.toString()}\`` : ''
134134
}`,
135135
);
136136
}

0 commit comments

Comments
 (0)