浏览代码

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) {
     func completeTransactions(_ completeTransactions: CompleteTransactions) {
-        
+
         guard completeTransactionsController.completeTransactions == nil else {
         guard completeTransactionsController.completeTransactions == nil else {
             print("SwiftyStoreKit.completeTransactions() should only be called once when the app launches. Ignoring this call")
             print("SwiftyStoreKit.completeTransactions() should only be called once when the app launches. Ignoring this call")
             return
             return