diff --git a/src/main/resources/mappers/StockMapper.xml b/src/main/resources/mappers/StockMapper.xml index e8c0298..b78de68 100644 --- a/src/main/resources/mappers/StockMapper.xml +++ b/src/main/resources/mappers/StockMapper.xml @@ -230,4 +230,4 @@ INSERT INTO stock (id, warehouse_id, product_id, quantity, activation) VALUES (UUID(), #{warehouseId}, #{productId}, #{quantity}, 1) - \ No newline at end of file + diff --git a/src/main/webapp/WEB-INF/views/base/main.jsp b/src/main/webapp/WEB-INF/views/base/main.jsp index 3f5bad9..d1ef02c 100644 --- a/src/main/webapp/WEB-INF/views/base/main.jsp +++ b/src/main/webapp/WEB-INF/views/base/main.jsp @@ -148,4 +148,4 @@ }); - \ No newline at end of file +