chore: Linting issues
diff --git a/erpnext/public/js/controllers/taxes_and_totals.js b/erpnext/public/js/controllers/taxes_and_totals.js
index 3b9e23a..4c3e9dc 100644
--- a/erpnext/public/js/controllers/taxes_and_totals.js
+++ b/erpnext/public/js/controllers/taxes_and_totals.js
@@ -640,7 +640,7 @@
 				precision("base_discount_amount"));
 
 			if (this.frm.doc.apply_discount_on == "Grand Total" && this.frm.doc.is_cash_or_non_trade_discount) {
-				return
+				return;
 			}
 
 			var total_for_discount_amount = this.get_total_for_discount_amount();