Skip to content

Commit d964793

Browse files
committed
Fix formatting
1 parent dcb4bfd commit d964793

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

aws-lc-rs/src/agreement.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,10 +743,7 @@ fn try_parse_x25519_public_key_raw_bytes(key_bytes: &[u8]) -> Result<LcPtr<EVP_P
743743
return Err(KeyRejected::invalid_encoding());
744744
}
745745

746-
LcPtr::<EVP_PKEY>::parse_raw_public_key(
747-
key_bytes,
748-
EVP_PKEY_X25519,
749-
)
746+
LcPtr::<EVP_PKEY>::parse_raw_public_key(key_bytes, EVP_PKEY_X25519)
750747
}
751748

752749
#[cfg(test)]

0 commit comments

Comments
 (0)