Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit fa8aae8

Browse files
authored
reoganize usings
1 parent 5d03d4d commit fa8aae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.UI.Reactive/Controls/ViewBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
using System.Windows;
66
using System.Windows.Controls;
77
using System.Windows.Input;
8+
using System.Windows.Automation.Peers;
89
using GitHub.ViewModels;
910
using NullGuard;
1011
using ReactiveUI;
11-
using System.Windows.Automation.Peers;
1212

1313
namespace GitHub.UI
1414
{

0 commit comments

Comments
 (0)