fix: remove trailing whitespace
diff --git a/erpnext/controllers/accounts_controller.py b/erpnext/controllers/accounts_controller.py
index 1406948..83ba438 100644
--- a/erpnext/controllers/accounts_controller.py
+++ b/erpnext/controllers/accounts_controller.py
@@ -609,7 +609,7 @@
 			else:
 				order_total = self.get("base_rounded_total") or self.base_grand_total
 				precision = "base_rounded_total" if self.get("base_rounded_total") else "base_grand_total"
-			
+
 			formatted_order_total = fmt_money(order_total, precision=self.precision(precision),
 											  currency=advance.account_currency)