Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 1, 2024
1 parent dda2103 commit 2d199b2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,10 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
result.success("")
}

private fun captureReplay(isCrash: Boolean?, result: Result) {
private fun captureReplay(
isCrash: Boolean?,
result: Result,
) {
if (isCrash == null) {
result.error("5", "Arguments are null", null)
return
Expand Down

0 comments on commit 2d199b2

Please sign in to comment.