Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum committed Sep 25, 2024
1 parent fa70395 commit 97ce2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quic/s2n-quic-crypto/src/header_key.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

use crate::{hkdf, aws_lc_aead as aead};
use crate::{aws_lc_aead as aead, hkdf};
use core::fmt;
use s2n_quic_core::crypto::{self, HeaderProtectionMask};

Expand Down
2 changes: 1 addition & 1 deletion quic/s2n-quic-tls/src/callback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use s2n_quic_core::{
endpoint, transport,
};
use s2n_quic_crypto::{
handshake::HandshakeKey, hkdf, one_rtt::OneRttKey, aws_lc_aead as aead, Prk, SecretPair, Suite,
aws_lc_aead as aead, handshake::HandshakeKey, hkdf, one_rtt::OneRttKey, Prk, SecretPair, Suite,
};
use s2n_tls::{connection::Connection, error::Fallible, ffi::*};

Expand Down

0 comments on commit 97ce2b1

Please sign in to comment.