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:
2026-04-10 23:57:48 +02:00
co-authored by Claude Opus 4.6
parent cf21904a0f
commit 309c05d441
9 changed files with 39 additions and 54 deletions
+1 -2
View File
@@ -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),
)