Skip to content

Commit

Permalink
Merge pull request #1773 from tkremenek/Unit-swift5-var
Browse files Browse the repository at this point in the history
Mark litersPer100Kilometers public.
  • Loading branch information
tkremenek committed Nov 15, 2018
2 parents ea0a664 + c103e32 commit 9cc86f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Foundation/Unit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ public final class UnitFuelEfficiency : Dimension {
self.init(symbol: symbol, converter: UnitConverterReciprocal(reciprocal: reciprocal))
}

open class var litersPer100Kilometers: UnitFuelEfficiency {
public class var litersPer100Kilometers: UnitFuelEfficiency {
get {
return UnitFuelEfficiency(symbol: Symbol.litersPer100Kilometers, reciprocal: Coefficient.litersPer100Kilometers)
}
Expand Down

0 comments on commit 9cc86f6

Please sign in to comment.