Skip to content

Commit

Permalink
SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 22, 2024
1 parent ed4729c commit f4ae8a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/PubNub/APIs/Objects+PubNub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,6 @@ public extension PubNub {
}
}

// swiftlint:disable:next line_length
@available(*, deprecated, renamed: "setMembers(channels:users:include:filter:sort:limit:page:custom:completion:)")
/// Set the specified user's space memberships.
///
Expand Down Expand Up @@ -1162,7 +1161,7 @@ public extension PubNub {
completion: completion
)
}

/// Set the specified user's space memberships.
///
/// - Parameters:
Expand Down

0 comments on commit f4ae8a3

Please sign in to comment.