Skip to content

Commit 714c656

Browse files
committed
Fixed format error.
Signed-off-by: Mike Smoot <mes@aescon.com>
1 parent e067249 commit 714c656

File tree

1 file changed

+1
-1
lines changed
  • psa-crypto/src/operations

1 file changed

+1
-1
lines changed

psa-crypto/src/operations/mac.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub fn compute_mac(
9595
/// permitted_algorithms: Algorithm::Mac(Mac::FullLength(FullLengthMac::Hmac{hash_alg: Hash::Sha256})),
9696
/// },
9797
/// };
98-
///
98+
///
9999
/// psa_crypto::init().unwrap();
100100
/// let my_key = generate(attributes, None).unwrap();
101101
/// let mac_alg = Mac::FullLength(FullLengthMac::Hmac{hash_alg: Hash::Sha256});

0 commit comments

Comments
 (0)