Skip to content

Commit 3f25834

Browse files
author
mvgreen
committed
Fix codestyle issues
1 parent 2f41f01 commit 3f25834

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/product/request/UpdatedProduct.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ data class UpdatedProduct(
277277
override val alias: AttributeValueAlias? = null,
278278
override val name: String? = null,
279279
override val value: String? = null
280-
): UpdatedAttributeValue {
280+
) : UpdatedAttributeValue {
281281

282282
fun UpdatedAttributeValue.ofProduct() =
283283
AttributeValue(

src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result/FetchedProduct.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ data class FetchedProduct(
240240
override val type: AttributeType? = null,
241241
override val value: String? = null,
242242
override val show: AttributeValueLocation? = null
243-
): FetchedAttributeValue {
243+
) : FetchedAttributeValue {
244244

245245
fun FetchedAttributeValue.ofProduct() =
246246
AttributeValue(

0 commit comments

Comments
 (0)