fmt: single-line if
ci / gates (push) Successful in 6s
ci / frontend (push) Successful in 26s
ci / rust (push) Successful in 4m20s
ci / e2e (push) Skipped
ci / publish (push) Successful in 4m10s

This commit is contained in:
Omar Sobh
2026-07-23 16:55:21 -07:00
parent 50a1aeb446
commit 71f66e0164
+1 -2
View File
@@ -82,8 +82,7 @@ async fn summarize_one(
kind: &str,
) -> Result<(), String> {
let material = collect_material(pool, mission_id, phase_id).await?;
if material.outputs.is_empty() && material.tasks_created == 0 && material.artifacts.is_empty()
{
if material.outputs.is_empty() && material.tasks_created == 0 && material.artifacts.is_empty() {
// Nothing to summarize. Write a placeholder so we don't retry
// this phase every 30s.
return upsert_summary(