Skip to content

Commit

Permalink
Fix Swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Mar 8, 2024
1 parent ba2727c commit 86e39cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class NetworkProtectionTokenStoreMock: NetworkProtectionTokenStore {
func deleteToken() {
self.token = nil
}

func fetchSubscriptionToken() throws -> String? {
"ddg:accessToken"
}
Expand Down

0 comments on commit 86e39cf

Please sign in to comment.