Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jun 25, 2024
1 parent f9dff20 commit 96d395e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/coap/src/seccontext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,8 @@ impl<'a, H: coap_handler::Handler, L: Write> coap_handler::Handler
writeln!(
self.log,
"Peer indicates use of the one preconfigured key"
).unwrap();
)
.unwrap();

use hexlit::hex;
const CRED_I: &[u8] = &hex!("A2027734322D35302D33312D46462D45462D33372D33322D333908A101A5010202412B2001215820AC75E9ECE3E50BFC8ED60399889522405C47BF16DF96660A41298CB4307F7EB62258206E5DE611388A4B8A8211334AC7D37ECB52A387D257E6DB3C2A93DF21FF3AFFC8");
Expand Down

0 comments on commit 96d395e

Please sign in to comment.