fix: indentation
diff --git a/erpnext/patches/v13_0/modify_invalid_gain_loss_gl_entries.py b/erpnext/patches/v13_0/modify_invalid_gain_loss_gl_entries.py
index bcd7f13..fab8d59 100644
--- a/erpnext/patches/v13_0/modify_invalid_gain_loss_gl_entries.py
+++ b/erpnext/patches/v13_0/modify_invalid_gain_loss_gl_entries.py
@@ -34,8 +34,8 @@
 			parent
 	""", as_dict=1)
 
-if purchase_invoices + sales_invoices:
-	frappe.log_error(json.dumps(purchase_invoices + sales_invoices, indent=2), title="Patch Log")
+	if purchase_invoices + sales_invoices:
+		frappe.log_error(json.dumps(purchase_invoices + sales_invoices, indent=2), title="Patch Log")
 
 	for invoice in purchase_invoices + sales_invoices:
 		doc = frappe.get_doc(invoice.type, invoice.name)