Skip to content

Commit 9421593

Browse files
style
Fixing imports ordering
1 parent 7cc433a commit 9421593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/NetworkTransform/NetworkTransformNonAuthorityTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using NUnit.Framework;
21
using System.Collections;
32
using System.Collections.Generic;
43
using System.Runtime.CompilerServices;
54
using System.Text;
5+
using NUnit.Framework;
66
using Unity.Netcode.Components;
77
using Unity.Netcode.TestHelpers.Runtime;
88
using UnityEngine;

0 commit comments

Comments
 (0)