Skip to content

Commit 84a0b15

Browse files
removed extra line addition.
1 parent ae60a21 commit 84a0b15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/HoloToolkit/CrossPlatform/Scripts/Reflection/ReflectionExtensions.cs

Lines changed: 1 addition & 2 deletions
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-
54
namespace HoloToolkit
65
{
76
#if UNITY_METRO && !UNITY_EDITOR
@@ -202,4 +201,4 @@ public static bool IsValueType(this Type type)
202201
}
203202

204203
#endif
205-
}
204+
}

0 commit comments

Comments
 (0)