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:
co-authored by
Claude Sonnet 4.6
parent
e603beab55
commit
a528eb7564
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user