aboutsummaryrefslogtreecommitdiff
path: root/src/routes.rs
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-18 11:29:38 +0200
committerJoris Guyonvarch2026-04-18 11:29:38 +0200
commit26a02489721cbf81a3e8c09c095aee5ff5786275 (patch)
tree49b35339b3e5b2b2b94296a3e7cc8ea75a8c0b29 /src/routes.rs
parent94520e13a7f1bf45e94b4f28ea37f3703763baf7 (diff)
Format sourcesmain
Diffstat (limited to 'src/routes.rs')
-rw-r--r--src/routes.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes.rs b/src/routes.rs
index 3afc822..ed8db5f 100644
--- a/src/routes.rs
+++ b/src/routes.rs
@@ -200,7 +200,8 @@ async fn authenticated_routes(
controller::balancing::table(&wallet, parse_query(query)).await
}
(&Method::GET, ["balancing"]) => {
- controller::balancing::create_form(&wallet, parse_query(query)).await
+ controller::balancing::create_form(&wallet, parse_query(query))
+ .await
}
(&Method::POST, ["balancing", "create"]) => {
controller::balancing::create(