Skip to content

Commit 42b543a

Browse files
committed
Fix whitespaces after resolving merge conflicts
Signed-off-by: Anton Antonov <[email protected]>
1 parent eddc865 commit 42b543a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/requests/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl Opcode {
176176
| Opcode::PsaCipherEncrypt
177177
| Opcode::PsaCipherDecrypt
178178
| Opcode::PsaRawKeyAgreement
179-
| Opcode::CanDoCrypto
179+
| Opcode::CanDoCrypto
180180
| Opcode::AttestKey
181181
| Opcode::PrepareKeyAttestation => false,
182182
}

0 commit comments

Comments
 (0)