MORE CODACY
diff --git a/erpnext/buying/doctype/request_for_quotation/tests/test_request_for_quotation_for_status.js b/erpnext/buying/doctype/request_for_quotation/tests/test_request_for_quotation_for_status.js
index c315f6b..f831b4f 100644
--- a/erpnext/buying/doctype/request_for_quotation/tests/test_request_for_quotation_for_status.js
+++ b/erpnext/buying/doctype/request_for_quotation/tests/test_request_for_quotation_for_status.js
@@ -34,7 +34,7 @@
 			cur_frm.fields_dict.suppliers.grid.grid_rows[1].toggle_view();
 		},
 		() => frappe.timeout(1),
- 		() => {
+		() => {
 			cur_frm.fields_dict.suppliers.grid.grid_rows[1].doc.supplier = "_Test Supplier 1";
 			frappe.click_check('Send Email');
 			cur_frm.cur_grid.frm.script_manager.trigger('supplier');
@@ -84,9 +84,9 @@
 			cur_frm.fields_dict.suppliers.grid.grid_rows[0].toggle_view();
 		},
 		() => frappe.timeout(1),
- 		() => {
+		() => {
 			frappe.click_check('No Quote');
- 		},
+		},
 		() => frappe.timeout(1),
 		() => {
 			cur_frm.cur_grid.toggle_view();