Skip to content

Commit

Permalink
Xcode glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdmotoc committed Aug 25, 2023
1 parent c91948c commit 43ebd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeatherApp/Data/UseCases/GetWeatherUseCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public final class GetWeatherUseCaseImpl: GetWeatherUseCase {
/// - weatherCache: the local items in their original order
/// - results: the fetched items in a scrambled order
/// - Returns: the fetched items in the original order
///
///
static func getSortedResults(
weatherCache: [WeatherInformation],
results: [WeatherInformation]
Expand Down

0 comments on commit 43ebd30

Please sign in to comment.