Skip to content

Commit

Permalink
swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Jun 25, 2024
1 parent 3e0fc47 commit 8252108
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDuckGo/SettingsViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import Subscription
import NetworkProtection
#endif

// swiftlint:disable type_body_length
final class SettingsViewModel: ObservableObject {

// Dependencies
Expand Down Expand Up @@ -344,6 +345,7 @@ final class SettingsViewModel: ObservableObject {
subscriptionSignOutObserver = nil
}
}
// swiftlint:enable type_body_length

// MARK: Private methods
extension SettingsViewModel {
Expand Down

0 comments on commit 8252108

Please sign in to comment.