Skip to content

Commit

Permalink
Changed static var to let
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Oct 14, 2024
1 parent 8569c71 commit fa60ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extension Timecode.ComponentRanges: Sendable { }

extension Timecode.ComponentRanges {
/// A default set of unsafe random component value ranges.
public static var unsafeRandomRanges = Self(
public static let unsafeRandomRanges = Self(
days: 0 ... 99,
hours: 0 ... 99,
minutes: 0 ... 99,
Expand Down

0 comments on commit fa60ccf

Please sign in to comment.