mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Remove unnecessary variable type.
Partial #592 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
ee28af69df
commit
87aaba555d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue