Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
JolandaVerhoef committed Nov 14, 2024
1 parent 371e9f8 commit c223b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class CameraViewModel @Inject constructor(
.build()

private val _surfaceRequest = MutableStateFlow<SurfaceRequest?>(null)
val surfaceRequest: StateFlow<SurfaceRequest?> = _surfaceRequest
val surfaceRequest: StateFlow<SurfaceRequest?> = _surfaceRequest

private val previewUseCase = Preview.Builder()
.setResolutionSelector(resolutionSelector)
Expand Down

0 comments on commit c223b5b

Please sign in to comment.