about summary refs log tree commit diff stats
path: root/crates/rocie-client/src/models/recipe_stub.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-client/src/models/recipe_stub.rs')
-rw-r--r--crates/rocie-client/src/models/recipe_stub.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/crates/rocie-client/src/models/recipe_stub.rs b/crates/rocie-client/src/models/recipe_stub.rs
index e8e9c63..205faa6 100644
--- a/crates/rocie-client/src/models/recipe_stub.rs
+++ b/crates/rocie-client/src/models/recipe_stub.rs
@@ -23,10 +23,6 @@ pub struct RecipeStub {
 
 impl RecipeStub {
     pub fn new(content: String, path: String) -> RecipeStub {
-        RecipeStub {
-            content,
-            path,
-        }
+        RecipeStub { content, path }
     }
 }
-