From 8a9936c47ceed4d561c6ed47f17f0303d615a00a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 00:41:18 +0000 Subject: [PATCH] Automated dotnet-format update --- src/Core/src/Handlers/Label/LabelHandler.Standard.cs | 2 +- src/Core/tests/DeviceTests/TestCategory.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/src/Handlers/Label/LabelHandler.Standard.cs b/src/Core/src/Handlers/Label/LabelHandler.Standard.cs index 98b86dfbcf8c..fc809a3bf635 100644 --- a/src/Core/src/Handlers/Label/LabelHandler.Standard.cs +++ b/src/Core/src/Handlers/Label/LabelHandler.Standard.cs @@ -12,6 +12,6 @@ public static void MapCharacterSpacing(IViewHandler handler, ILabel label) { } public static void MapFont(LabelHandler handler, ILabel label) { } public static void MapTextDecorations(LabelHandler handler, ILabel label) { } public static void MapMaxLines(IViewHandler handler, ILabel label) { } - public static void MapPadding(LabelHandler handler, ILabel label) { } + public static void MapPadding(LabelHandler handler, ILabel label) { } } } \ No newline at end of file diff --git a/src/Core/tests/DeviceTests/TestCategory.cs b/src/Core/tests/DeviceTests/TestCategory.cs index c57ebfa885d5..db503ab03bad 100644 --- a/src/Core/tests/DeviceTests/TestCategory.cs +++ b/src/Core/tests/DeviceTests/TestCategory.cs @@ -7,7 +7,7 @@ public static class TestCategory public const string Entry = "Entry"; public const string Label = "Label"; public const string Layout = "Layout"; - public const string SearchBar = "SearchBar"; + public const string SearchBar = "SearchBar"; public const string Slider = "Slider"; public const string Switch = "Switch"; public const string View = "View";