From ca5c852c5091d7923cc5b1dabf1af5581c459fd1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 19 Mar 2026 05:41:14 +0100 Subject: chore(rocie-{server,client}): Format code --- crates/rocie-client/src/models/recipe_parent_id.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crates/rocie-client/src/models/recipe_parent_id.rs') diff --git a/crates/rocie-client/src/models/recipe_parent_id.rs b/crates/rocie-client/src/models/recipe_parent_id.rs index 9fdba6e..d78c197 100644 --- a/crates/rocie-client/src/models/recipe_parent_id.rs +++ b/crates/rocie-client/src/models/recipe_parent_id.rs @@ -29,9 +29,6 @@ pub struct RecipeParentId { impl RecipeParentId { pub fn new(value: uuid::Uuid) -> RecipeParentId { - RecipeParentId { - value, - } + RecipeParentId { value } } } - -- cgit 1.4.1