Skip to content

Commit

Permalink
Fix detekt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Jan 16, 2025
1 parent c250eb7 commit e9ee908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ open class ProductVariation(
} ?: attributes.filter { it.option != null }.joinToString(", ") { o -> "${o.name}:${o.option!!}" }
}


open fun copy(
remoteProductId: Long = this.remoteProductId,
remoteVariationId: Long = this.remoteVariationId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ fun WooPosCartScreenProductsPreview(modifier: Modifier = Modifier) {
imageUrl = "",
name = "VW California",
description = "test description test description test description test description" +
" test description test description test description test description test description",
" test description test description test description test description test description",
price = "$150,000",
isAppearanceAnimationPlayed = true,
productType = ProductType.Simple,
Expand Down

0 comments on commit e9ee908

Please sign in to comment.