Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-softwaredev committed Nov 14, 2022
1 parent 595817e commit 126b7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PandaSDK/ConfiguredPanda.swift
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ final public class Panda: PandaProtocol, ObserverSupport {
viewModel.onTerms = openTerms
viewModel.onPolicy = openPolicy
viewModel.onSubscriptionTerms = openSubscriptionTerms
viewModel.onPricesLoaded = { [weak self] productIds, view in
viewModel.onPricesLoaded = { [weak self] productIds, view in
self?.appStoreClient.fetchProducts(productIds: Set(productIds)) { result in
switch result {
case let .success(products):
Expand Down

0 comments on commit 126b7a1

Please sign in to comment.