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.