Remove blank line
This commit is contained in:
parent
fd80509fef
commit
72f7e52e1e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue