提交 cede85fb 编写于 作者: J JieCarolHu

remove trailing whitespaces

上级 59c7316a
......@@ -19,11 +19,11 @@ namespace Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.QuickInfo
internal partial class QuickInfoSourceProvider
{
private class QuickInfoSource : IAsyncQuickInfoSource
{
{
private readonly ITextBuffer _subjectBuffer;
public QuickInfoSource(ITextBuffer subjectBuffer)
{
{
_subjectBuffer = subjectBuffer;
}
......@@ -47,12 +47,12 @@ public async Task<IntellisenseQuickInfoItem> GetQuickInfoItemAsync(IAsyncQuickIn
{
return null;
}
try
{
using (Internal.Log.Logger.LogBlock(FunctionId.Get_QuickInfo_Async, cancellationToken))
{
cancellationToken.ThrowIfCancellationRequested();
cancellationToken.ThrowIfCancellationRequested();
var item = await service.GetQuickInfoAsync(document, triggerPoint.Value, cancellationToken).ConfigureAwait(false);
if (item != null)
......@@ -69,8 +69,8 @@ public async Task<IntellisenseQuickInfoItem> GetQuickInfoItemAsync(IAsyncQuickIn
{
throw ExceptionUtilities.Unreachable;
}
}
}
public void Dispose()
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册