Remove blank line

This commit is contained in:
Joni 2018-09-06 16:04:09 +00:00 committed by Artak
parent fd80509fef
commit 72f7e52e1e
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ namespace Microsoft.AspNetCore.Mvc.ViewFeatures.Internal
var length = _charBuffer.Length;
if (length == 0)
{
// If nothing sync buffered return CompletedTask,
// so we can fast-path skip async state-machine creation
return Task.CompletedTask;