Skip to content

Commit

Permalink
[chore] #140 ktlint format
Browse files Browse the repository at this point in the history
  • Loading branch information
seohee0925 committed Oct 30, 2024
1 parent 19eb5a8 commit 1619315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class HomeViewModel @Inject constructor(
}

fun resetPlaces() = viewModelScope.launch {
exhibitionRepository.getNearPlaceData(0, if(uiState.value.exhibitionList.size < 10) 10 else uiState.value.exhibitionList.size, uiState.value.location.latitude, uiState.value.location.longitude)
exhibitionRepository.getNearPlaceData(0, if (uiState.value.exhibitionList.size < 10) 10 else uiState.value.exhibitionList.size, uiState.value.location.latitude, uiState.value.location.longitude)
.onSuccess {
intent {
copy(exhibitionList = (it.data).toImmutableList())
Expand Down

0 comments on commit 1619315

Please sign in to comment.