about summary refs log tree commit diff stats
path: root/crates/rocie-client/src/models/ingredient_one_of_1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-client/src/models/ingredient_one_of_1.rs')
-rw-r--r--crates/rocie-client/src/models/ingredient_one_of_1.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/rocie-client/src/models/ingredient_one_of_1.rs b/crates/rocie-client/src/models/ingredient_one_of_1.rs
index cf84019..8ed99db 100644
--- a/crates/rocie-client/src/models/ingredient_one_of_1.rs
+++ b/crates/rocie-client/src/models/ingredient_one_of_1.rs
@@ -30,10 +30,11 @@ pub struct IngredientOneOf1 {
 
 impl IngredientOneOf1 {
     /// This ingredient is a not yet registered product.
-    pub fn new(not_registered_product: models::IngredientOneOf1NotRegisteredProduct) -> IngredientOneOf1 {
+    pub fn new(
+        not_registered_product: models::IngredientOneOf1NotRegisteredProduct,
+    ) -> IngredientOneOf1 {
         IngredientOneOf1 {
             not_registered_product,
         }
     }
 }
-