From 810f58e3e897cd4c1260d64f62449f89d5140c18 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 19 Dec 2022 01:03:58 +0000
Subject: [PATCH] [create-pull-request] automated change
---
.../Elements/CarouselView/CarouselViewTests.Android.cs | 2 +-
.../DeviceTests/Elements/CarouselView/CarouselViewTests.iOS.cs | 2 +-
src/Core/src/Handlers/View/ViewHandler.cs | 2 +-
src/Essentials/src/FilePicker/FilePicker.shared.cs | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/Controls/tests/DeviceTests/Elements/CarouselView/CarouselViewTests.Android.cs b/src/Controls/tests/DeviceTests/Elements/CarouselView/CarouselViewTests.Android.cs
index 4b151da5a698..97ab3a259670 100644
--- a/src/Controls/tests/DeviceTests/Elements/CarouselView/CarouselViewTests.Android.cs
+++ b/src/Controls/tests/DeviceTests/Elements/CarouselView/CarouselViewTests.Android.cs
@@ -2,6 +2,6 @@
{
public partial class CarouselViewTests
{
-
+
}
}
\ No newline at end of file
diff --git a/src/Controls/tests/DeviceTests/Elements/CarouselView/CarouselViewTests.iOS.cs b/src/Controls/tests/DeviceTests/Elements/CarouselView/CarouselViewTests.iOS.cs
index 08564c3b045f..97ab3a259670 100644
--- a/src/Controls/tests/DeviceTests/Elements/CarouselView/CarouselViewTests.iOS.cs
+++ b/src/Controls/tests/DeviceTests/Elements/CarouselView/CarouselViewTests.iOS.cs
@@ -2,6 +2,6 @@
{
public partial class CarouselViewTests
{
-
+
}
}
\ No newline at end of file
diff --git a/src/Core/src/Handlers/View/ViewHandler.cs b/src/Core/src/Handlers/View/ViewHandler.cs
index 7e63068b5998..6ce8b709d2a3 100644
--- a/src/Core/src/Handlers/View/ViewHandler.cs
+++ b/src/Core/src/Handlers/View/ViewHandler.cs
@@ -278,7 +278,7 @@ public static void MapBorderView(IViewHandler handler, IView view)
UpdateHasContainer(handler, border != null);
- ((PlatformView?)handler.ContainerView)?.UpdateBorder(view);
+ ((PlatformView?)handler.ContainerView)?.UpdateBorder(view);
}
static partial void MappingFrame(IViewHandler handler, IView view);
diff --git a/src/Essentials/src/FilePicker/FilePicker.shared.cs b/src/Essentials/src/FilePicker/FilePicker.shared.cs
index 3e7721a843f2..5a2b7df8e28d 100644
--- a/src/Essentials/src/FilePicker/FilePicker.shared.cs
+++ b/src/Essentials/src/FilePicker/FilePicker.shared.cs
@@ -22,7 +22,7 @@ public interface IFilePicker
/// File picking result object, or if picking was cancelled by the user.
///
/// File types can be specified in order to limit files that can be selected, using a
- /// object. Note that this method may re-throw platform specific exceptions that
+ /// object. Note that this method may re-throw platform specific exceptions that
/// occured during file picking. When calling again while showing a file
/// picker, the object that was returned from the first call is cancelled. Be sure to
/// also handle the in this case.