Skip to content

Commit

Permalink
Swiftlint nits
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Dec 15, 2023
1 parent 44abd67 commit 5e46bc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion OBAKit/Donations/DonationsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class DonationsManager {
private let obacoService: ObacoAPIService?
private let analytics: Analytics?


// MARK: - User Defaults

private let userDefaults: UserDefaults
Expand Down
2 changes: 1 addition & 1 deletion OBAKit/Orchestration/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public class Application: CoreApplication, PushServiceDelegate {
}

private var presentDonationUIOnActive = false
private var donationPromptID: String? = nil
private var donationPromptID: String?

public func pushService(_ pushService: PushService, receivedDonationPrompt id: String?) {
guard let topViewController else {
Expand Down

0 comments on commit 5e46bc5

Please sign in to comment.