refactor: sider/semgrep
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js
index e664e9c..3144f1c 100644
--- a/erpnext/stock/doctype/item/item.js
+++ b/erpnext/stock/doctype/item/item.js
@@ -792,7 +792,7 @@
});
}
}
-})
+});
frappe.tour['Item'] = [
@@ -805,7 +805,7 @@
fieldname: "item_code",
title: __("Item Code"),
description: __("The Item Code can be thought of as a short-form that refers to the item.") + " " +
- __("For more information click here: ") +
+ __("For more information click here:") + " " +
"<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-codification' target='_blank'>Item Codification</a>" +
__("."),
},
@@ -831,4 +831,4 @@
description: __("Selecting this creates a stock item and 'Stock Ledger' entries are created for all transcations.") + " " +
__("Unselect this for a non-stock item such as a service.")
},
-]
+];
diff --git a/erpnext/stock/doctype/warehouse/warehouse.js b/erpnext/stock/doctype/warehouse/warehouse.js
index 9b5f2bc..af9a515 100644
--- a/erpnext/stock/doctype/warehouse/warehouse.js
+++ b/erpnext/stock/doctype/warehouse/warehouse.js
@@ -108,4 +108,4 @@
title: __("Account"),
description: __("This field can be used to set a default account for all transactions with this warehouse.")
},
-]
+];