Skip to content

Commit

Permalink
chore: ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Oct 23, 2023
1 parent fb24fc3 commit 13c1de2
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
Expand Up @@ -33,7 +33,7 @@ enum class SuwikiServerError(val exception: Exception) {
SECURITY001(UnAuthenticatedException()),
SECURITY003(LoginFailedException()),

MAIL001(SendMailFailedException())
MAIL001(SendMailFailedException()),
}

class IncorrectEmailFormException(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import com.suwiki.core.model.exception.NotFoundException
import com.suwiki.core.model.exception.RequestFailException
import com.suwiki.core.model.exception.SuwikiServerError
import com.suwiki.core.model.exception.UnknownException
import timber.log.Timber

sealed interface ApiResult<out T> {
data class Success<T>(val data: T) : ApiResult<T>
Expand Down

0 comments on commit 13c1de2

Please sign in to comment.