Skip to content

Commit d667375

Browse files
committed
ktlint
1 parent 60d2a15 commit d667375

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt

+4-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,10 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
555555
result.success("")
556556
}
557557

558-
private fun captureReplay(isCrash: Boolean?, result: Result) {
558+
private fun captureReplay(
559+
isCrash: Boolean?,
560+
result: Result,
561+
) {
559562
if (isCrash == null) {
560563
result.error("5", "Arguments are null", null)
561564
return

0 commit comments

Comments
 (0)