Extra white space removed

This commit is contained in:
Md Moinul Hossain 2021-06-25 00:25:33 +06:00
parent d478ffc079
commit ff8372aa55
2 changed files with 0 additions and 2 deletions

View File

@ -11,6 +11,5 @@ public class ProductView {
log.info("product Name: " + productName);
log.info("product Description: " + productDescription);
log.info("product price: " + productPrice);
}
}

View File

@ -11,6 +11,5 @@ public class ProductView {
log.info("product Name: " + productName);
log.info("product Description: " + productDescription);
log.info("product price: " + productPrice);
}
}