Fix CA1515

This commit is contained in:
RoosterDragon
2025-11-11 18:42:12 +00:00
committed by Gustas Kažukauskas
parent 24c19f64c9
commit 42ac32dace
13 changed files with 19 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ using OpenRA.Traits;
namespace OpenRA.Test
{
[TestFixture]
public class OrderTest
sealed class OrderTest
{
static byte[] RoundTripOrder(byte[] bytes)
{