Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Feb 9, 2024
1 parent 49302d3 commit 6e53df8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package dsm.pick2024.domain.application.presentation.dto.request

import dsm.pick2024.domain.application.enums.Status
import java.util.UUID

data class StatusApplicationRequest(
val applicationIds: List<UUID>,
val status: Status
val applicationIds: List<UUID>
)

0 comments on commit 6e53df8

Please sign in to comment.