Skip to content

Commit bc06388

Browse files
jamesnroktMansi-mParticle
authored andcommitted
Remove trailing comma
1 parent 24b94f3 commit bc06388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-core/src/main/java/com/mparticle/RoktEvent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sealed interface RoktEvent {
9898
val linkedProductId: String,
9999
val totalPrice: Double,
100100
val quantity: Int,
101-
val unitPrice: Double,
101+
val unitPrice: Double
102102
) : RoktEvent
103103
}
104104

0 commit comments

Comments
 (0)