Skip to content

Commit

Permalink
Automated dotnet-format update (#3583)
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 Nov 30, 2021
1 parent 86fdeaf commit c64f247
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Controls/src/Core/NavigationModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public Page PopModal()
// Shell handles its own page life cycle events
// because you can pop multiple pages in a single
// request
if (_navTree.Count > 0 &&
if (_navTree.Count > 0 &&
_navTree[0].Count > 0 &&
_navTree[0][0] is not Shell)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Microsoft.Maui.Handlers;
using Android.Views;
using Android.Views;
using Android.Widget;
using Microsoft.Maui.Handlers;

namespace Microsoft.Maui.DeviceTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Threading.Tasks;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Handlers;
using Microsoft.Maui.Hosting;
Expand Down

0 comments on commit c64f247

Please sign in to comment.