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