fix: intendation error
diff --git a/erpnext/patches/v13_0/disable_ksa_print_format_for_others.py b/erpnext/patches/v13_0/disable_ksa_print_format_for_others.py
index b4080c5..4e0c8ec 100644
--- a/erpnext/patches/v13_0/disable_ksa_print_format_for_others.py
+++ b/erpnext/patches/v13_0/disable_ksa_print_format_for_others.py
@@ -10,8 +10,8 @@
 		return
 
 	if frappe.db.exists('DocType', 'Print Format'):
-        frappe.reload_doc("regional", "print_format", "ksa_vat_invoice", force=True)
-    	frappe.reload_doc("regional", "print_format", "ksa_pos_invoice", force=True)
-        frappe.db.sql("""UPDATE`tabPrint Format` SET disabled = 1
-                WHERE name IN ('KSA VAT Invoice', 'KSA POS Invoice')
-            """)
+		frappe.reload_doc("regional", "print_format", "ksa_vat_invoice", force=True)
+		frappe.reload_doc("regional", "print_format", "ksa_pos_invoice", force=True)
+		frappe.db.sql("""UPDATE`tabPrint Format` SET disabled = 1
+				WHERE name IN ('KSA VAT Invoice', 'KSA POS Invoice')
+			""")