fix: rustfmt service_discovery.rs warn! line length (#25927)

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cheng Wan
2026-05-20 19:25:11 -07:00
committed by GitHub
co-authored by Claude Sonnet 4.6
parent e603beab55
commit a528eb7564
+3 -1
View File
@@ -115,7 +115,9 @@ impl PodInfo {
if config.pd_mode {
if config.prefill_selector.is_empty() && config.decode_selector.is_empty() {
if !(config.igw_mode && !config.selector.is_empty()) {
warn!("PD mode enabled but both prefill_selector and decode_selector are empty");
warn!(
"PD mode enabled but both prefill_selector and decode_selector are empty"
);
return false;
}
}