Remove unnecessary variable type.

Partial #592

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2024-10-22 13:39:27 -04:00
parent ee28af69df
commit 87aaba555d
No known key found for this signature in database

View file

@ -55,7 +55,7 @@ extension Mas {
appLibrary: AppLibrary,
storeSearch: StoreSearch
) throws -> [(SoftwareProduct, SearchResult)] {
let apps: [SoftwareProduct] =
let apps =
appIDs.isEmpty
? appLibrary.installedApps
: appIDs.compactMap { appID in