From 17d6f49cbd1a9378a2191bd24573ccf94e9bf4b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 09:10:02 +0100 Subject: [PATCH] Automated dotnet-format update (#633) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/Core/src/Platform/iOS/LabelExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/src/Platform/iOS/LabelExtensions.cs b/src/Core/src/Platform/iOS/LabelExtensions.cs index 2a7ecfc18..0b37daf10 100644 --- a/src/Core/src/Platform/iOS/LabelExtensions.cs +++ b/src/Core/src/Platform/iOS/LabelExtensions.cs @@ -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);