From e67b0696f88595a17e134c9b2820fb3480db8063 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@le-filament.com>
Date: Wed, 5 Mar 2025 16:46:14 +0100
Subject: [PATCH] pre-commit

---
 static/src/website_sale_stock_product_availability.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/static/src/website_sale_stock_product_availability.xml b/static/src/website_sale_stock_product_availability.xml
index 2025f7a..f6dcfb2 100644
--- a/static/src/website_sale_stock_product_availability.xml
+++ b/static/src/website_sale_stock_product_availability.xml
@@ -18,16 +18,16 @@
                 id="out_of_stock_message"
                 t-attf-class="{{allow_out_of_stock_order ? 'text-success' : 'text-danger'}} fw-bold"
             >
-                <t t-if='has_out_of_stock_message' t-out='out_of_stock_message'/>
+                <t t-if='has_out_of_stock_message' t-out='out_of_stock_message' />
                 <t t-elif="!allow_out_of_stock_order">
                     <div class="text-danger fw-bold">
-                        <i class="fa fa-times me-1"/>
+                        <i class="fa fa-times me-1" />
                         Out of Stock
                     </div>
                 </t>
             </div>
             <div t-if="!allow_out_of_stock_order">
-                <a href="/contactus"><i class="fa fa-envelope-o me-1"></i> Contact Us</a>
+                <a href="/contactus"><i class="fa fa-envelope-o me-1" /> Contact Us</a>
             </div>
         </xpath>
 
@@ -39,8 +39,8 @@
                 t-elif="show_availability and free_qty lte available_threshold"
                 t-attf-class="availability_message_#{product_template} text-success fw-bold"
             >
-                <t t-esc="formatQuantity(free_qty)"/>
-                <t t-esc="uom_name"/>
+                <t t-esc="formatQuantity(free_qty)" />
+                <t t-esc="uom_name" />
                 left in stock.
             </div>
         </xpath>
-- 
GitLab