Skip to content

Commit

Permalink
remove implicit ints
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Nov 4, 2024
1 parent 9ad4993 commit 76662c4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ public class SentryReplayOptions: NSObject, SentryRedactOptions {
* Video Scale: 80%
* Bit Rate: 20.000
*/
case low = 0
case low

/**
* Video Scale: 100%
* Bit Rate: 40.000
*/
case medium = 1
case medium

/**
* Video Scale: 100%
* Bit Rate: 60.000
*/
case high = 2
case high

public var description: String {
switch self {
Expand Down

0 comments on commit 76662c4

Please sign in to comment.