fmt: apply cargo fmt to team template + loader
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user