Skip to content

Commit 253c832

Browse files
committed
ECWID-159524 detekt: Remove semicolon
1 parent 0bf6c17 commit 253c832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/enums/ScheduledTimePrecisionType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ enum class ScheduledTimePrecisionType {
99
@Suppress("unused")
1010
enum class PickupPrecisionType {
1111
DATE_ONLY,
12-
DATE_AND_TIME;
12+
DATE_AND_TIME,
1313
}

0 commit comments

Comments
 (0)