Skip to content

Commit 266f7d7

Browse files
committed
chore: spotlessApply
1 parent b430751 commit 266f7d7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

common/src/main/kotlin/com/cosmotech/common/events/RunEvents.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
package com.cosmotech.common.events
44

55
enum class RunType(val value: String) {
6-
Run("run"),
7-
Delete("delete"),
6+
Run("run"),
7+
Delete("delete"),
88
}
99

1010
class RunStart(publisher: Any, val runnerData: Any, val runType: RunType) :

run/src/main/kotlin/com/cosmotech/run/service/RunServiceImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import com.cosmotech.common.CsmPhoenixService
66
import com.cosmotech.common.events.RunDeleted
77
import com.cosmotech.common.events.RunStart
88
import com.cosmotech.common.events.RunStop
9-
import com.cosmotech.common.events.RunType
109
import com.cosmotech.common.events.RunnerDeleted
1110
import com.cosmotech.common.events.UpdateRunnerStatus
1211
import com.cosmotech.common.exceptions.CsmResourceNotFoundException

0 commit comments

Comments
 (0)