Skip to content

Commit 3243331

Browse files
committed
fix
1 parent 3db14a4 commit 3243331

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/Metrics/RpcMetricsTests.cs

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
using System.Collections;
22
using System.Linq;
3-
using Unity.Collections;
4-
using UnityEngine.TestTools;
3+
// System namespaces first
4+
using System.Collections;
5+
using System.Linq;
6+
7+
// Test framework namespaces second
58
using NUnit.Framework;
9+
using UnityEngine.TestTools;
10+
11+
// Unity core namespaces third
12+
using Unity.Collections;
13+
14+
// Unity specific packages last
615
using Unity.Netcode.TestHelpers.Runtime.Metrics;
716

817
#if MULTIPLAYER_TOOLS

0 commit comments

Comments
 (0)