Skip to content

Commit 014b01a

Browse files
sorted usings
1 parent 873392b commit 014b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit-SDK/Features/Input/MixedRealityInputManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

4-
using Microsoft.MixedReality.Toolkit.InputSystem.Sources;
54
using Microsoft.MixedReality.Toolkit.Core.Definitions.Devices;
65
using Microsoft.MixedReality.Toolkit.Core.Definitions.InputSystem;
76
using Microsoft.MixedReality.Toolkit.Core.Definitions.Utilities;
@@ -12,6 +11,7 @@
1211
using Microsoft.MixedReality.Toolkit.Core.Interfaces.InputSystem.Handlers;
1312
using Microsoft.MixedReality.Toolkit.Core.Managers;
1413
using Microsoft.MixedReality.Toolkit.Core.Utilities;
14+
using Microsoft.MixedReality.Toolkit.InputSystem.Sources;
1515
using System;
1616
using System.Collections.Generic;
1717
using UnityEngine;

0 commit comments

Comments
 (0)