Update src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/Formatting/HtmlFormattingPass.cs

Co-authored-by: Ryan Brandenburg <rybrande@microsoft.com>
This commit is contained in:
David Wengier 2021-12-07 09:32:57 +11:00 коммит произвёл GitHub
Родитель 807a6f1fe9
Коммит 64f02499a7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -135,7 +135,7 @@ namespace Microsoft.AspNetCore.Razor.LanguageServer.Formatting
// {
// }
//
// This is popular in the bUnit unit testing library. The issue here is that
// This is popular in some libraries, like bUnit. The issue here is that
// the HTML formatter sees ~~~~~<SurveyPrompt /> and puts a newline before
// the tag, but obviously that breaks things.
//