Skip to content

Commit 3d44a7e

Browse files
committed
Fix code style
1 parent 576ca8c commit 3d44a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/productcomponent/result/FetchedProductComponent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data class FetchedProductComponent(
77
val productId: Long = 0L,
88
val combinationId: Long? = null,
99
val quantity: Int = 0,
10-
): ApiFetchedDTO, ApiResultDTO {
10+
) : ApiFetchedDTO, ApiResultDTO {
1111

1212
override fun getModifyKind() = ApiFetchedDTO.ModifyKind.ReadOnly
1313

0 commit comments

Comments
 (0)