style: cargo fmt 格式化 AI 模块

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 15:50:55 +08:00
parent e216ae46dd
commit 8144b16b9d
3 changed files with 96 additions and 45 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ pub trait AiEngine: Send + Sync {
pub mod evaluate;
pub mod killer;
pub mod opening;
pub mod search;
pub mod trans_table;
pub mod vcf;
pub mod opening;