Skip to content

Commit

Permalink
chore: code style improved
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio Bombardi <[email protected]>
  • Loading branch information
hevelius and shadowsheep1 authored Apr 4, 2024
1 parent 3e56bc8 commit 55b1ef7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/IoReactNativeIntegrity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ class IoReactNativeIntegrity: NSObject {
}

resolve(hardwareKeyTag)

}

}

/// Requests an attestation of the hardware key for a given challenge.
Expand Down Expand Up @@ -107,8 +105,6 @@ class IoReactNativeIntegrity: NSObject {
let encodedAttestation = attestation?.base64EncodedString()
resolve(encodedAttestation)
}


}

/// Requests an hardwareSignature with assertion for a given clientData and hardwareKeyTag.
Expand Down Expand Up @@ -154,7 +150,6 @@ class IoReactNativeIntegrity: NSObject {

let encodedAssertion = assertion?.base64EncodedString()
resolve(encodedAssertion)

}
}

Expand Down

0 comments on commit 55b1ef7

Please sign in to comment.