فهرست منبع

Fix linter warning

Andrea Bizzotto 8 سال پیش
والد
کامیت
0842eb73f7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      SwiftyStoreKit/PaymentQueueController.swift

+ 1 - 1
SwiftyStoreKit/PaymentQueueController.swift

@@ -125,7 +125,7 @@ class PaymentQueueController: NSObject, SKPaymentTransactionObserver {
     }
 
     func completeTransactions(_ completeTransactions: CompleteTransactions) {
-        
+
         guard completeTransactionsController.completeTransactions == nil else {
             print("SwiftyStoreKit.completeTransactions() should only be called once when the app launches. Ignoring this call")
             return