Skip to content

Commit

Permalink
Automated dotnet-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 13, 2021
1 parent 6950c6b commit 8a9936c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/src/Handlers/Label/LabelHandler.Standard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) { }
}
}
2 changes: 1 addition & 1 deletion src/Core/tests/DeviceTests/TestCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8a9936c

Please sign in to comment.