Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zmian committed Feb 12, 2024
1 parent eb39734 commit 679f68b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extension CustomFloatingPointFormatStyle {
case percent(scale: PercentageScale)

/// An enumeration representing the scale of percent formatting.
public enum PercentageScale: Sendable, Hashable, Codable {
public enum PercentageScale: Hashable, Sendable, Codable {
/// Percentage scale is: `0.0 - 1.0`.
case zeroToOne

Expand Down

0 comments on commit 679f68b

Please sign in to comment.