提交 3bc630fd 编写于 作者: J Jason Malinowski

Delete some trailing whitespace

上级 5458211d
......@@ -362,7 +362,7 @@ private bool TryGetProjectData(ProjectId projectId, out IVsHierarchy hierarchy,
project = null;
return
this.TryGetHierarchy(projectId, out hierarchy) &&
this.TryGetHierarchy(projectId, out hierarchy) &&
hierarchy.TryGetProject(out project);
}
......@@ -1452,7 +1452,7 @@ private void ConvertProjectReferencesToMetadataReferences_NoLock(ProjectId proje
if (string.Equals(convertedReference.path, outputPath, StringComparison.OrdinalIgnoreCase) &&
convertedReference.projectReference.ProjectId == projectId)
{
var metadataReference =
var metadataReference =
CreateMetadataReference(
convertedReference.path,
new MetadataReferenceProperties(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册