提交 47ab0993 编写于 作者: A Alex Dima

Remove empty line in uri jsdoc

上级 bd4cf296
......@@ -275,7 +275,6 @@ export default class URI implements UriComponents {
good.scheme === 'file';
good.path === '/coding/c#/project1';
good.fragment === '';
const bad = URI.parse('file://' + '/coding/c#/project1');
bad.scheme === 'file';
bad.path === '/coding/c'; // path is now broken
......
......@@ -181,7 +181,6 @@ declare namespace monaco {
good.scheme === 'file';
good.path === '/coding/c#/project1';
good.fragment === '';
const bad = Uri.parse('file://' + '/coding/c#/project1');
bad.scheme === 'file';
bad.path === '/coding/c'; // path is now broken
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册