diff options
Diffstat (limited to 'crates/rocie-client/src/models/unit_property_id.rs')
| -rw-r--r-- | crates/rocie-client/src/models/unit_property_id.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/rocie-client/src/models/unit_property_id.rs b/crates/rocie-client/src/models/unit_property_id.rs index 6e9e50e..aca567c 100644 --- a/crates/rocie-client/src/models/unit_property_id.rs +++ b/crates/rocie-client/src/models/unit_property_id.rs @@ -19,6 +19,9 @@ pub struct UnitPropertyId { impl UnitPropertyId { pub fn new(value: uuid::Uuid) -> UnitPropertyId { - UnitPropertyId { value } + UnitPropertyId { + value, + } } } + |
