Skip to content

Commit

Permalink
[chore] 코딩 컨벤션 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwon2724 committed Aug 6, 2024
1 parent 8769c53 commit b69da75
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package pokitmons.pokit.settings

import android.util.Log
import androidx.compose.runtime.MutableState
import androidx.compose.runtime.mutableStateOf
import androidx.lifecycle.ViewModel
Expand Down Expand Up @@ -64,11 +63,9 @@ class SettingViewModel @Inject constructor(
viewModelScope.launch {
when (val editNicknameResult = editNicknameUseCase.editNickname(_inputNicknameState.value.nickname)) {
is PokitResult.Success -> {

}

is PokitResult.Error -> {

}
}
}
Expand Down

0 comments on commit b69da75

Please sign in to comment.