Skip to content

Commit

Permalink
linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Sep 11, 2023
1 parent 473dae2 commit fe5de4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flutter/ios/Classes/SentryFlutterPluginApple.swift
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,8 @@ public class SentryFlutterPluginApple: NSObject, FlutterPlugin {
return
}

let payload = PrivateSentrySDKOnly.collectProfileBetween(startTime, and: endTime, forTrace: SentryId(uuidString: traceId))
let payload = PrivateSentrySDKOnly.collectProfileBetween(startTime, and: endTime,
forTrace: SentryId(uuidString: traceId))
result(payload)
}

Expand Down

0 comments on commit fe5de4e

Please sign in to comment.