about summary refs log tree commit diff stats
path: root/crates/rocie-client/src/models/product_id.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-client/src/models/product_id.rs')
-rw-r--r--crates/rocie-client/src/models/product_id.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/rocie-client/src/models/product_id.rs b/crates/rocie-client/src/models/product_id.rs
index a82ffc6..e6ca3a5 100644
--- a/crates/rocie-client/src/models/product_id.rs
+++ b/crates/rocie-client/src/models/product_id.rs
@@ -29,9 +29,6 @@ pub struct ProductId {
 
 impl ProductId {
     pub fn new(value: uuid::Uuid) -> ProductId {
-        ProductId {
-            value,
-        }
+        ProductId { value }
     }
 }
-