Skip to content

Commit d623932

Browse files
style
removing white spaces
1 parent 3b7acbc commit d623932

File tree

1 file changed

+2
-2
lines changed
  • com.unity.netcode.gameobjects/Runtime/NetworkVariable/Collections

1 file changed

+2
-2
lines changed

com.unity.netcode.gameobjects/Runtime/NetworkVariable/Collections/NetworkList.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public override void Dispose()
633633
{
634634
m_List.Dispose();
635635
}
636-
636+
637637
if (m_DirtyEvents.IsCreated)
638638
{
639639
m_DirtyEvents.Dispose();
@@ -642,7 +642,7 @@ public override void Dispose()
642642
base.Dispose();
643643
}
644644

645-
645+
646646
}
647647

648648
/// <summary>

0 commit comments

Comments
 (0)