Skip to content

Commit de1b1ef

Browse files
committed
Formatting
1 parent 2e22377 commit de1b1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/MixedRealityToolkit/Definitions/Utilities/ArticulatedHandPose.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public static ArticulatedHandPose GetGesturePose(GestureId gesture)
215215
return null;
216216
}
217217

218-
#if UNITY_EDITOR
218+
#if UNITY_EDITOR
219219
/// <summary>
220220
/// Load pose data from files.
221221
/// </summary>
@@ -247,7 +247,7 @@ public static void ResetGesturePoses()
247247
{
248248
handPoses.Clear();
249249
}
250-
#endif
250+
#endif
251251

252252
/// Utility class to serialize hand pose as a dictionary with full joint names
253253
[Serializable]

0 commit comments

Comments
 (0)