Skip to content

Commit

Permalink
Add missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Oct 3, 2023
1 parent 5430552 commit 39a00e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Order(
val orderId: Int,
val product: Product,
val quantity: Int,
val shippingAddress: String
val shippingAddress: String,
) {

fun processOrder() {
Expand Down

0 comments on commit 39a00e0

Please sign in to comment.