Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit eefa372

Browse files
Automated dotnet-format update (#13724)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5d7e6b commit eefa372

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue13437.xaml.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Collections.Generic;
2-
using Xamarin.Forms.CustomAttributes;
32
using System.Collections.ObjectModel;
3+
using Xamarin.Forms.CustomAttributes;
44

55
#if UITEST
66
using Xamarin.Forms.Core.UITests;
@@ -73,11 +73,11 @@ void SetHorizontalList()
7373

7474
void SetTwoGrid()
7575
{
76-
Collection.ItemsLayout = new GridItemsLayout(ItemsLayoutOrientation.Vertical)
76+
Collection.ItemsLayout = new GridItemsLayout(ItemsLayoutOrientation.Vertical)
7777
{
78-
Span = 2,
79-
HorizontalItemSpacing = 5,
80-
VerticalItemSpacing = 5
78+
Span = 2,
79+
HorizontalItemSpacing = 5,
80+
VerticalItemSpacing = 5
8181
};
8282
}
8383

Xamarin.Forms.Platform.Tizen/DropGestureHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ bool OnDropCallback(IntPtr data, IntPtr obj, IntPtr selectionData)
103103
if (currentStateData.DataPackage == null || currentStateData.AcceptedOperation == DataPackageOperation.None)
104104
return false;
105105

106-
Device.BeginInvokeOnMainThread(async ()=>
106+
Device.BeginInvokeOnMainThread(async () =>
107107
{
108108
if (Recognizer is DropGestureRecognizer dropRecognizer && dropRecognizer.AllowDrop)
109109
await dropRecognizer.SendDrop(new DropEventArgs(currentStateData.DataPackage.View));

0 commit comments

Comments
 (0)