From 8f15f93b380fac12676487603297e3cc32f377f8 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期一, 29 七月 2024 17:51:32 +0800
Subject: [PATCH] 更新 调度验证界面

---
 IStation.Test.One/算法/Expand.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/IStation.Test.One/\347\256\227\346\263\225/Expand.cs" "b/IStation.Test.One/\347\256\227\346\263\225/Expand.cs"
index f4a1519..fca97de 100644
--- "a/IStation.Test.One/\347\256\227\346\263\225/Expand.cs"
+++ "b/IStation.Test.One/\347\256\227\346\263\225/Expand.cs"
@@ -1,7 +1,8 @@
 锘縩amespace IStation
 {
     static class Expand
-    {  /// <summary>
+    { 
+        /// <summary>
        /// 绗涘崱灏斾箻绉�
        /// </summary>
         public static List<List<T>> CartesianProduct<T>(this List<List<T>> lstSplit)
@@ -27,5 +28,7 @@
             }
             return lstResult;
         }
+
+
     }
 }

--
Gitblit v1.9.3