style: Fix formatting issues
diff --git a/erpnext/selling/page/point_of_sale/pos_item_cart.js b/erpnext/selling/page/point_of_sale/pos_item_cart.js
index abd1f43..9198d7d 100644
--- a/erpnext/selling/page/point_of_sale/pos_item_cart.js
+++ b/erpnext/selling/page/point_of_sale/pos_item_cart.js
@@ -517,7 +517,7 @@
 										${description}
 									</div>
 									<div class="tax-value">${format_currency(value, currency)}</div>
-								</div>`
+								</div>`;
 					}).join('')
 				}`
 			);
@@ -844,7 +844,7 @@
 				<div class="transactions-label">Recent Transactions</div>`
 			);
 			// transactions need to be in diff div from sticky elem for scrolling
-			this.$customer_section.append(`<div class="customer-transactions"></div>`)
+			this.$customer_section.append(`<div class="customer-transactions"></div>`);
 
 			this.render_customer_fields();
 			this.fetch_customer_transactions();