diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 13:14:18 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 13:14:18 +0100 |
| commit | 757632f8623bdd3d742c8c91a283861887e0fff3 (patch) | |
| tree | c03b494ed477981513a36a742df82ccb562f31ff /crates/rocie-server/src/storage/sql/get | |
| parent | chore(rocie-client): Remove pointless `git_push.sh` script (diff) | |
| download | server-757632f8623bdd3d742c8c91a283861887e0fff3.zip | |
style(rocie-server): Format
Diffstat (limited to 'crates/rocie-server/src/storage/sql/get')
| -rw-r--r-- | crates/rocie-server/src/storage/sql/get/product_amount/mod.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/rocie-server/src/storage/sql/get/product_amount/mod.rs b/crates/rocie-server/src/storage/sql/get/product_amount/mod.rs index f82c2a0..9ff2165 100644 --- a/crates/rocie-server/src/storage/sql/get/product_amount/mod.rs +++ b/crates/rocie-server/src/storage/sql/get/product_amount/mod.rs @@ -1,6 +1,10 @@ use crate::{ app::App, - storage::sql::{product::ProductId, product_amount::ProductAmount, unit::{UnitAmount, UnitId}}, + storage::sql::{ + product::ProductId, + product_amount::ProductAmount, + unit::{UnitAmount, UnitId}, + }, }; use sqlx::query; |
