fmt: apply cargo fmt to team template + loader
ci / gates (push) Successful in 4s
ci / frontend (push) Successful in 25s
ci / rust (push) Failing after 50s
ci / e2e (push) Skipped
ci / publish (push) Skipped

This commit is contained in:
Omar Sobh
2026-07-19 12:42:39 -07:00
parent 9ba5c06a1a
commit ee675b976a
4 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
//! to the wizard's team-picker step.
use axum::{
Json,
extract::{Path, State},
Json,
};
use cm_db::repo::team_templates::{TeamTemplate, TeamTemplateDetail};
use uuid::Uuid;