Skip to content

Commit ea45aba

Browse files
github-actions[bot]tj-devel709
authored andcommitted
[create-pull-request] automated change (#28068)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a43d7e9 commit ea45aba

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/Controls/src/Core/Shell/ShellItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
using System.Collections.ObjectModel;
55
using System.Collections.Specialized;
66
using System.ComponentModel;
7+
using System.Diagnostics;
78
using System.Linq;
89
using System.Runtime.CompilerServices;
910
using System.Threading.Tasks;
10-
using System.Diagnostics;
1111
using Microsoft.Maui.Controls.Internals;
1212

1313
namespace Microsoft.Maui.Controls

src/Controls/tests/BindingSourceGen.UnitTests/IntegrationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using Microsoft.Maui.Controls.BindingSourceGen;
1+
using System.Text;
22
using Microsoft.CodeAnalysis;
33
using Microsoft.CodeAnalysis.Text;
4+
using Microsoft.Maui.Controls.BindingSourceGen;
45
using Xunit;
5-
using System.Text;
66

77
namespace BindingSourceGen.UnitTests;
88
public class IntegrationTests

src/Controls/tests/TestCases.HostApp/Issues/Issue26498.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using System.Threading.Tasks;
2-
using System.Collections.ObjectModel;
1+
using System.Collections.ObjectModel;
2+
using System.Threading.Tasks;
33
using Maui.Controls.Sample.Issues;
44

55
namespace Maui.Controls.Sample.Issues

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue26498.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Microsoft.Maui.TestCases.Tests.Issues
66
{
7-
public class Issue26498 : _IssuesUITest
7+
public class Issue26498 : _IssuesUITest
88
{
99
public override string Issue => "Null Exception on clearing collection in list view after navigation";
1010
public Issue26498(TestDevice device) : base(device)

0 commit comments

Comments
 (0)