Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed May 29, 2024
1 parent e6614f7 commit 61c75ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal class SentryFlutterReplayRecorder(
"width" to config.recordingWidth,
"height" to config.recordingHeight,
"frameRate" to config.frameRate,
"replayId" to integration.getReplayId().toString()
"replayId" to integration.getReplayId().toString(),
),
)
} catch (ignored: Exception) {
Expand Down

0 comments on commit 61c75ca

Please sign in to comment.