Skip to content

Commit

Permalink
chore: better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zigavehovec committed Oct 9, 2023
1 parent d9c97b2 commit bc9fa39
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,10 @@ class OfflineModule(private val context: ReactApplicationContext) : ReactContext
/**
* Helper function that returns the initialized `DrmModule` instance.
*/
private fun drmModule(): DrmModule? =
context.getNativeModule(DrmModule::class.java)
private fun drmModule(): DrmModule? = context.getNativeModule(DrmModule::class.java)

/**
* Helper function that returns the initialized `UIManager` instance.
*/
private fun uiManager(): UIManagerModule? =
context.getNativeModule(UIManagerModule::class.java)
private fun uiManager(): UIManagerModule? = context.getNativeModule(UIManagerModule::class.java)
}

0 comments on commit bc9fa39

Please sign in to comment.