RevenueCat / purchases-kmp

RevenueCat SDK for Kotlin Multiplatform
MIT License
70 stars 2 forks source link

Auto-formats Purchases.ios.kt. #149

Closed JayShortway closed 1 month ago

JayShortway commented 1 month ago

As the title says.

  1. Pulled onSuccess on the same line as else in a few places:

    - else 
    -     onSuccess(
    + else onSuccess(
  2. Then reformatted using CMD+OPTION+L.

  3. Lastly, imports were optimized because I have that enabled as a precommit setting in Android Studio. Can be done manually using CTRL+OPTION+O.