Skip to content

Commit e076969

Browse files
committed
cleanup
1 parent a5a9881 commit e076969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vending-app/src/main/kotlin/com/google/android/finsky/IntegrityExtensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ fun fetchCertificateChain(context: Context, attestationChallenge: ByteArray?): L
185185
KeyGenParameterSpec.Builder("integrity.api.key.alias", KeyProperties.PURPOSE_SIGN).apply {
186186
this.setAlgorithmParameterSpec(ECGenParameterSpec("secp256r1"))
187187
this.setDigests(KeyProperties.DIGEST_SHA512)
188-
if (devicePropertiesAttestationIncluded){
188+
if (devicePropertiesAttestationIncluded) {
189189
this.setAttestationChallenge(attestationChallenge)
190190
}
191191
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.S) {

0 commit comments

Comments
 (0)