style(simulation): cargo fmt + fix clippy doc-nested-refdefs warning
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -30,8 +30,7 @@ impl Plugin for PerceptionPlugin {
|
||||
Update,
|
||||
(
|
||||
anomaly::clear_anomaly_markers,
|
||||
anomaly::detect_anomalies
|
||||
.after(anomaly::clear_anomaly_markers),
|
||||
anomaly::detect_anomalies.after(anomaly::clear_anomaly_markers),
|
||||
)
|
||||
.in_set(TickPhase::Simulation),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user