Skip to content

Commit

Permalink
cleanup: merge conflict linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Jan 10, 2025
1 parent ec12599 commit acb41b7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.mbta.tid.mbta_app.android.state
import android.util.Log
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.collectAsState
import androidx.lifecycle.ViewModel
import androidx.lifecycle.ViewModelProvider
import androidx.lifecycle.compose.LifecycleResumeEffect
Expand Down Expand Up @@ -145,7 +144,7 @@ fun subscribeToPredictions(
onPauseOrDispose { viewModel.disconnect() }
}

LaunchedEffect(key1 = timer) { viewModel.checkPredictionsStale() }
LaunchedEffect(key1 = timer) { viewModel.checkPredictionsStale() }

return viewModel
return viewModel
}

0 comments on commit acb41b7

Please sign in to comment.