Skip to content

Commit

Permalink
Fix Xcode warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernutz committed May 15, 2024
1 parent 010d184 commit 532d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cineaste/Models/Movie+Formatted.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extension Movie {
return String.unknownReleaseDate
}

return String.releasedOnDateAccessibilityLabel + " " + formattedReleaseDate
return String.releasedOnDateAccessibilityLabel + " " + release.formatted
}

var formattedRelativeReleaseInformation: String {
Expand Down

0 comments on commit 532d995

Please sign in to comment.