Skip to content

Commit

Permalink
refactor :: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
parkuiery committed Oct 25, 2024
1 parent a9838a3 commit 7e449d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ internal data class MyPageState(

internal sealed interface MyPageSideEffect {
data object SuccessSignOut : MyPageSideEffect
data object FailSignOut: MyPageSideEffect
data object FailSignOut : MyPageSideEffect
data object SuccessEditProfileImage : MyPageSideEffect
data object BadEditProfileImage : MyPageSideEffect
}

0 comments on commit 7e449d8

Please sign in to comment.