diff --git a/examples/basic_test.rs b/examples/basic_test.rs
index 650721b..8770adb 100644
--- a/examples/basic_test.rs
+++ b/examples/basic_test.rs
@@ -21,7 +21,9 @@ use rand_core::OsRng;
use rand_core::RngCore;
use sha2::Sha512;
-use zssp_proto::applicationlayer::{AcceptAction, ApplicationLayer, RatchetState, RatchetUpdate, Settings, RATCHET_SIZE};
+use zssp_proto::applicationlayer::{
+ AcceptAction, ApplicationLayer, RatchetState, RatchetUpdate, Settings, RATCHET_SIZE,
+};
use zssp_proto::crypto_impl::PqcKyberSecretKey;
use zssp_proto::Session;
@@ -81,7 +83,10 @@ impl ApplicationLayer for &TestApplication {
}
}
- fn restore_by_fingerprint(&self, ratchet_fingerprint: &[u8; RATCHET_SIZE]) -> Result