Run rustfmt

This commit is contained in:
dAxpeDDa
2021-07-23 15:23:10 -07:00
committed by Kevin Lewi
parent b27b29e652
commit 68d0dd2988
+1 -1
View File
@@ -772,7 +772,7 @@
//! todo!()
//! }
//! }
//!
//!
//! # let remote_key = YourRemoteKey(PrivateKey::from_arr(&GenericArray::default()).unwrap());
//! let keypair = KeyPair::from_private_key(remote_key).unwrap();
//! let server_setup = ServerSetup::<Default, YourRemoteKey>::new_with_key(&mut OsRng, keypair);