Skip to content

Commit

Permalink
Apply style formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Mar 13, 2024
1 parent dd558fc commit aedb519
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ abstract class BaseMoleculeViewModel<Event : Any> : ViewModel() {
protected val events = MutableSharedFlow<Event>(extraBufferCapacity = 20)

protected val moleculeScope = CoroutineScope(viewModelScope.coroutineContext + AndroidUiDispatcher.Main)

}

0 comments on commit aedb519

Please sign in to comment.