Skip to content

Commit 6bc61b0

Browse files
Organize usings
1 parent 3f71668 commit 6bc61b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/CustomInspectorCreator/Editor/Data/FileData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using UnityEditor;
2-
using System.IO;
1+
using System.IO;
2+
using UnityEditor;
33

44
namespace GTS.InspectorGeneration.Data
55
{

0 commit comments

Comments
 (0)