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
@@ -14,7 +14,6 @@ pub mod health;
pub mod identity;
pub mod loops;
pub mod missions;
pub mod team_templates;
pub mod nodes;
pub mod oauth;
pub mod orgs;
@@ -31,6 +30,7 @@ pub mod slack;
pub mod structure;
pub mod tailscale;
pub mod team;
pub mod team_templates;
pub mod teams;
pub mod terminal;
pub mod topology;