规范类名及命名空间名称

This commit is contained in:
李伟
2026-04-13 14:35:37 +08:00
parent c430ec229b
commit ace1c70ddf
217 changed files with 1271 additions and 1384 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
using System;
using XplorePlane.Models;
using Xunit;
using Xunit.Abstractions;
using XplorePlane.Models;
namespace XplorePlane.Tests.Models
{
@@ -168,4 +168,4 @@ namespace XplorePlane.Tests.Models
Assert.Equal(0, z, precision: 10);
}
}
}
}