Automated dotnet-format update (#633)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-04-01 09:10:02 +01:00 коммит произвёл GitHub
Родитель 939580d96e
Коммит 17d6f49cbd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -73,7 +73,7 @@ namespace Microsoft.Maui
(float)label.Padding.Bottom,
(float)label.Padding.Right);
}
public static void UpdateTextDecorations(this UILabel nativeLabel, ILabel label)
{
var modAttrText = nativeLabel.AttributedText?.WithDecorations(label.TextDecorations);