Skip to content

Commit 4cbff8a

Browse files
committed
Cleanup usings and formating
1 parent d04e500 commit 4cbff8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Assets/MixedRealityToolkit.Providers/WindowsMixedReality/XRSDK/WindowsMixedRealityDeviceManager.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
using Microsoft.MixedReality.Toolkit.Input;
55
using Microsoft.MixedReality.Toolkit.Utilities;
6+
using Microsoft.MixedReality.Toolkit.Windows.Utilities;
67
using Microsoft.MixedReality.Toolkit.XRSDK.Input;
78
using System;
8-
using UnityEngine;
99
using UnityEngine.XR;
10-
using Microsoft.MixedReality.Toolkit.Windows.Utilities;
1110

1211
#if (UNITY_WSA && DOTNETWINRT_PRESENT) || WINDOWS_UWP
1312
using Microsoft.MixedReality.Toolkit.WindowsMixedReality;
@@ -51,7 +50,7 @@ public override void Enable()
5150
{
5251
WindowsMixedRealityUtilities.UtilitiesProvider = new XRSDKWindowsMixedRealityUtilitiesProvider();
5352
}
54-
}
53+
}
5554
#endif // (UNITY_WSA && DOTNETWINRT_PRESENT) || WINDOWS_UWP
5655

5756
#region IMixedRealityCapabilityCheck Implementation

0 commit comments

Comments
 (0)