Skip to content

Commit 9321b3a

Browse files
committed
Reformat code
1 parent bd203e2 commit 9321b3a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • shared/feature/src/commonMain/kotlin/app/futured/kmptemplate/feature/ui/picker

shared/feature/src/commonMain/kotlin/app/futured/kmptemplate/feature/ui/picker/PickerArgs.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ import app.futured.arkitekt.decompose.navigation.ResultFlow
44
import kotlinx.serialization.Serializable
55

66
@Serializable
7-
data class PickerArgs(
8-
val results: ResultFlow<String>,
9-
)
7+
data class PickerArgs(val results: ResultFlow<String>)
108

119
enum class PickerType {
1210
Fruit,
13-
Vegetable
11+
Vegetable,
1412
}

0 commit comments

Comments
 (0)