Skip to content

Commit

Permalink
Removed overlooked protocol conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Jul 30, 2019
1 parent 9e57b32 commit 43eccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HPOpenWeather/CurrentWeather.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CoreLocation
/**
A Codable type that wraps the API response for the current weather request in a usable type
*/
public struct CurrentWeather: WeatherSnapshot, PrecipitationOptional {
public struct CurrentWeather: WeatherSnapshot {
// Already has documentation
public var cloudCoverage: Int { return _clouds?.all ?? 0 }
public let timeOfCalculation: Date
Expand Down

0 comments on commit 43eccaa

Please sign in to comment.