Skip to content

Commit

Permalink
MeasurementUnits.allCases public
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonteh97 committed Apr 17, 2024
1 parent 6f15d70 commit 76f546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftOBD2/decoders.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public enum MeasurementUnits: String, Codable {
case metric = "Metric"
case imperial = "Imperial"

static var allCases: [MeasurementUnits] {
public static var allCases: [MeasurementUnits] {
[.metric, .imperial]
}
}
Expand Down

0 comments on commit 76f546c

Please sign in to comment.