Skip to content

Commit

Permalink
Automated dotnet-format update (xamarin#14643)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 22, 2021
1 parent d20873a commit d831f11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public Issue13258_ModalPage()
Text = "PopModal",
VerticalOptions = LayoutOptions.Center,
};
button.Clicked += (sender, e) => {
button.Clicked += (sender, e) =>
{
Navigation.PopModalAsync();
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public SnapPointsCodeGallery(ItemsLayout itemsLayout)
itemsLayout.SnapPointsType = SnapPointsType.None;

var itemTemplate = ExampleTemplates.SnapPointsTemplate();

var collectionView = new CollectionView
{
ItemsLayout = itemsLayout,
Expand Down
2 changes: 1 addition & 1 deletion Xamarin.Forms.Core/TemplatedItemsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void Dispose()
if (item != null)
UnhookItem(item);
}

for (var i = 0; i < _groupedItems?.Count; i++)
{
var item = _groupedItems[i];
Expand Down

0 comments on commit d831f11

Please sign in to comment.