Skip to content

Commit fe5de4e

Browse files
committed
linter issue
1 parent 473dae2 commit fe5de4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flutter/ios/Classes/SentryFlutterPluginApple.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,8 @@ public class SentryFlutterPluginApple: NSObject, FlutterPlugin {
593593
return
594594
}
595595

596-
let payload = PrivateSentrySDKOnly.collectProfileBetween(startTime, and: endTime, forTrace: SentryId(uuidString: traceId))
596+
let payload = PrivateSentrySDKOnly.collectProfileBetween(startTime, and: endTime,
597+
forTrace: SentryId(uuidString: traceId))
597598
result(payload)
598599
}
599600

0 commit comments

Comments
 (0)