Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dseverns-livefront committed Oct 25, 2024
1 parent 9ff5a64 commit dbd3400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ class VaultSettingsViewModel @Inject constructor(
snackbarRelayManager
.getSnackbarDataFlow(SnackbarRelay.create())
.map {
VaultSettingsAction.Internal.SnackbarDataReceived(it) }
VaultSettingsAction.Internal.SnackbarDataReceived(it)
}
.onEach(::sendAction)
.launchIn(viewModelScope)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ class PlatformUiManagerModule {

@Provides
@Singleton
fun provideSnackbarEventManager(): SnackbarRelayManager = SnackbarRelayManagerImpl()
fun provideSnackbarRelayManager(): SnackbarRelayManager = SnackbarRelayManagerImpl()
}

0 comments on commit dbd3400

Please sign in to comment.