Skip to content

Commit

Permalink
Manually fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano1612 committed Oct 3, 2024
1 parent 1aead2e commit e03858d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/MobileSdk/Credentials.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class CredentialStore {
self.credentials = credentials
}

// swiftlint:disable force_cast
public func presentMdocBLE(deviceEngagement: DeviceEngagement,
callback: BLESessionStateDelegate,
useL2CAP: Bool = true
Expand All @@ -24,5 +23,4 @@ public class CredentialStore {
return nil
}
}
// swiftlint:enable force_cast
}

0 comments on commit e03858d

Please sign in to comment.