Skip to content

Commit

Permalink
[chore] code style check
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns777 committed Oct 9, 2024
1 parent 07484d6 commit f869ee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package com.tripmate.android.feature.home.viewmodel

import android.util.Log
import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import com.tripmate.android.core.common.handleException
import com.tripmate.android.domain.repository.MapRepository
import dagger.hilt.android.lifecycle.HiltViewModel
import kotlinx.collections.immutable.persistentListOf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ internal fun TripListRoute(
innerPadding: PaddingValues,
navigateToMateList: (Long, Int) -> Unit,
navigateToMateOpenChat: (
companionId:Long,
companionId: Long,
openChatLink: String,
selectedKeyword1: String,
selectedKeyword2: String,
Expand Down

0 comments on commit f869ee2

Please # to comment.