Skip to content

Commit

Permalink
fix(android): ktlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Aug 27, 2019
1 parent 3efbbc2 commit 58e2e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/LottieSplashScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import com.airbnb.lottie.LottieCompositionFactory
import com.airbnb.lottie.LottieDrawable
import com.airbnb.lottie.LottieTask
import com.airbnb.lottie.RenderMode
import java.lang.Exception
import org.apache.cordova.CallbackContext
import org.apache.cordova.CordovaArgs
import org.apache.cordova.CordovaPlugin
import java.lang.Exception

class LottieSplashScreen : CordovaPlugin() {

Expand Down

0 comments on commit 58e2e4b

Please sign in to comment.