style: removed extra spaces
diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.js b/erpnext/stock/doctype/stock_entry/stock_entry.js
index 592ab5d..1f95447 100644
--- a/erpnext/stock/doctype/stock_entry/stock_entry.js
+++ b/erpnext/stock/doctype/stock_entry/stock_entry.js
@@ -99,9 +99,6 @@
 		frm.add_fetch("bom_no", "inspection_required", "inspection_required");
 	},
 
-
-
-
 	setup_quality_inspection: function(frm) {
 		if (!frm.doc.inspection_required) {
 			return;