Skip to content

Commit

Permalink
feat/#118: ktlint format
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Jan 24, 2024
1 parent ea162be commit 4849b97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.suwiki.domain.notice.usecase

import com.suwiki.core.common.runCatchingIgnoreCancelled
import com.suwiki.core.model.notice.NoticeDetail
import com.suwiki.domain.notice.repository.NoticeRepository
import javax.inject.Inject

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import kotlinx.serialization.Serializable

@Serializable
data class UpdateMandatoryResponse(
val isUpdateMandatory: Boolean
val isUpdateMandatory: Boolean,
)

0 comments on commit 4849b97

Please sign in to comment.