Skip to content

Commit

Permalink
style: return 전 줄바꿈 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kmebin committed Nov 1, 2023
1 parent 8727fa9 commit fa1982c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class ProductService {

public ProductsResponse getProducts() {
List<Product> products = productRepository.findAll();

return ProductMapper.toProductsResponse(products);
}
}

0 comments on commit fa1982c

Please sign in to comment.