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 8e45d07 commit 134cc70
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,10 @@ class SourceModule(private val context: ReactApplicationContext) : ReactContextB
/**
* 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)

/**
* 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)
}

0 comments on commit 134cc70

Please sign in to comment.