Skip to content

Commit 45ed2fc

Browse files
author
mvgreen
committed
Fix codestyle issue in FetchedVariation
1 parent 3f25834 commit 45ed2fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/variation/result/FetchedVariation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ data class FetchedVariation(
5555
override val type: AttributeType? = null,
5656
override val value: String? = null,
5757
override val show: AttributeValueLocation? = null
58-
): FetchedAttributeValue {
58+
) : FetchedAttributeValue {
5959

6060
fun FetchedAttributeValue.ofVariation() =
6161
AttributeValue(

0 commit comments

Comments
 (0)