fix: 修正ReviewModeSelector檔案結尾換行符

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
鄭沛軒 2025-09-29 02:28:44 +08:00
parent 05fc4d2f28
commit 396c5be1f0
1 changed files with 1 additions and 1 deletions

View File

@ -80,4 +80,4 @@ public class ReviewModeSelector : IReviewModeSelector
_ => 50 // 預設B1
};
}
}
}