style: sider issues
diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js
index 0e0a87a..478b21b 100644
--- a/erpnext/public/js/controllers/transaction.js
+++ b/erpnext/public/js/controllers/transaction.js
@@ -1927,7 +1927,9 @@
 				cannot_add_rows: true,
 				in_place_edit: true,
 				data: data,
-				get_data: () => { return data },
+				get_data: () => {
+					return data;
+				},
 				fields: [
 					{
 						fieldtype: "Data",
@@ -2001,7 +2003,7 @@
 							frappe.msgprint({
 								message: __("Quality Inspections Created: {0}", [r.message.join(", ")]),
 								indicator: "green"
-							})
+							});
 						}
 						dialog.hide();
 					}
@@ -2024,7 +2026,7 @@
 				});
 				dialog_items.grid.refresh();
 			}
-		})
+		});
 
 		data = dialog.fields_dict.items.df.data;
 		if (!data.length) {