fix codacy
diff --git a/erpnext/selling/page/point_of_sale/point_of_sale.js b/erpnext/selling/page/point_of_sale/point_of_sale.js
index c9893f1..2f6ccdb 100644
--- a/erpnext/selling/page/point_of_sale/point_of_sale.js
+++ b/erpnext/selling/page/point_of_sale/point_of_sale.js
@@ -322,7 +322,7 @@
 							[{ fieldtype: 'Select', label: 'POS Profile', options: pos_profiles }],
 							on_submit,
 							__('Select POS Profile')
-						)
+						);
 					}
 				}
 			});
@@ -341,7 +341,7 @@
 				}
 			});
 		});
-  }
+	}
 
 	setup_company() {
 		this.company = frappe.sys_defaults.company;